]> granicus.if.org Git - neomutt/commitdiff
Fix linuxdoc invocation. Thanks to Tamotsu Takahashi for tracking
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 15 Feb 2005 19:28:24 +0000 (19:28 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 15 Feb 2005 19:28:24 +0000 (19:28 +0000)
this down to an idiotic non-backwards-compatible change to the way
groff works.

doc/Makefile.in

index cc17c7065d9b868b01d1970735d3f4d88c0e299b..f0edc739f3404c9116be51eefd8f183b4e2f5eee 100644 (file)
@@ -103,7 +103,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 ;\