]> granicus.if.org Git - libjpeg-turbo/commitdiff
Also remove mention of install.txt and filelist.txt in the build system and README.
authorDRC <dcommander@users.sourceforge.net>
Sun, 13 Jan 2013 01:19:09 +0000 (01:19 +0000)
committerDRC <dcommander@users.sourceforge.net>
Sun, 13 Jan 2013 01:19:09 +0000 (01:19 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@899 632fc199-4ca6-4c93-a231-07263d6284db

Makefile.am
README

index 838c6262a6cd949255cd919439bfc97251290e49..48eb2fcf5fd5d4c6498a780c7b3568119bea4248 100644 (file)
@@ -120,8 +120,8 @@ jcstest_LDADD = libjpeg.la
 
 dist_man1_MANS = cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
 
-DOCS= install.txt coderules.txt filelist.txt jconfig.txt change.log \
-       rdrle.c wrrle.c BUILDING.txt ChangeLog.txt
+DOCS= coderules.txt jconfig.txt change.log rdrle.c wrrle.c BUILDING.txt \
+       ChangeLog.txt
 
 docdir = $(datadir)/doc
 dist_doc_DATA = README README-turbo.txt libjpeg.txt structure.txt usage.txt \
diff --git a/README b/README
index 75bca4fbf2cc65063dc86a178a716f6d719f78d0..91008698582c7a7ec6be1d9bc686350a0790d202 100644 (file)
--- a/README
+++ b/README
@@ -46,7 +46,6 @@ Programmer and internal documentation:
   libjpeg.txt       How to use the JPEG library in your own programs.
   example.c         Sample code for calling the JPEG library.
   structure.txt     Overview of the JPEG library's internal structure.
-  filelist.txt      Road map of IJG files.
   coderules.txt     Coding style rules --- please read if you contribute code.
 
 Please read at least the files install.txt and usage.txt.  Some information