Rocco Rutte:
[apps/madmutt.git] / doc / Makefile.in
index d3b54e7..260a384 100644 (file)
@@ -60,8 +60,8 @@ srcdir_DOCFILES = PGP-Notes.txt applying-patches.txt  \
 
 
 topsrcdir_DOCFILES = COPYRIGHT GPL INSTALL ChangeLog   \
-       ChangeLog.old                                   \
-       README NEWS TODO README.SECURITY README.SSL 
+       ChangeLog.old ChangeLog.mutt-ng UPGRADING       \
+       README NEWS TODO TODO.mutt-ng README.SECURITY README.SSL 
 
 all: muttrc.man try-html try-txt
 
@@ -102,7 +102,7 @@ uninstall:
 
 check:
 manual.txt: manual.sgml
-       if sgml2txt -c latin manual ; then \
+       if linuxdoc -B txt --pass='-P -c' manual ; then \
                uniq < manual.txt | expand > _manual.txt ; \
                rm manual.txt ; \
                mv _manual.txt manual.txt ;\