summaryrefslogtreecommitdiff
path: root/x11/XFree86/files/patch-cf-lnxdoc.rules
blob: 250a7a17bf1e84707e579471ce18b675e882d928 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- config/cf/lnxdoc.rules.orig	Tue Jul 18 18:16:01 2000
+++ config/cf/lnxdoc.rules	Tue Jul 18 18:19:05 2000
@@ -122,7 +122,7 @@
 	@(BASE=`basename sgmlfile .sgml`;\				@@\
 	  set -x;\							@@\
 	  RemoveFile($$BASE.latin1);\					@@\
-	  $(SGMLFMTCMD) -f latin1 -b -n sgmlfile && \			@@\
+	  $(SGMLFMTCMD) -f latin1 sgmlfile && \				@@\
 	  $(XFREE86IDENTFIX) < $$BASE.latin1 > _$@ && $(MV) _$@ $@ && \	@@\
 	  RemoveFile($$BASE.latin1))					@@\
 									@@\