docs-common Makefile.common,1.58,1.59

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Fri Feb 17 00:25:49 UTC 2006


Author: pfrields

Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30478/docs-common

Modified Files:
	Makefile.common 
Log Message:
Make text build cleanly without unnecessary link lists, esp. given our standards for ulink element usage


Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- Makefile.common	16 Feb 2006 23:00:28 -0000	1.58
+++ Makefile.common	17 Feb 2006 00:25:41 -0000	1.59
@@ -81,6 +81,9 @@
 ifeq	"${RPMPOST}" ""
 RPMPOST=yes
 endif
+ifeq	"${XMLTOTXTPOSTOPT}" ""
+XMLTOTXTPOSTOPT	=-p '-no-numbering -no-references'
+endif
 #########################################################################
 
 #########################################################################
@@ -286,7 +289,7 @@
 .PHONY: txt-${1}
 
 txt-$(1) ${DOCBASE}-$(1).txt:: ${XMLFILES-${1}} ${1}/fdp-info.xml
-	${XMLTO} txt $(1)/$(DOCBASE).xml
+	${XMLTO} ${XMLTOTXTPOSTOPT} txt $(1)/$(DOCBASE).xml
 	mv $(DOCBASE).txt $(DOCBASE)-$(1).txt
 
 distclean::




More information about the Fedora-docs-commits mailing list