diff --git a/Makefile.am b/Makefile.am index 838c6262..48eb2fcf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 75bca4fb..91008698 100644 --- 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