Nico Golde:
[apps/madmutt.git] / doc / Makefile.in
index fce11af..260a384 100644 (file)
@@ -60,7 +60,7 @@ srcdir_DOCFILES = PGP-Notes.txt applying-patches.txt  \
 
 
 topsrcdir_DOCFILES = COPYRIGHT GPL INSTALL ChangeLog   \
-       ChangeLog.old ChangeLog.mutt-ng                 \
+       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 ;\