From 2e71359ee69322c51f9061db45bed0d5c2ae489c Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Tue, 15 Feb 2005 19:28:24 +0000 Subject: [PATCH] Fix linuxdoc invocation. Thanks to Tamotsu Takahashi for tracking this down to an idiotic non-backwards-compatible change to the way groff works. --- doc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.in b/doc/Makefile.in index cc17c7065..f0edc739f 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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 ;\ -- 2.40.0