summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index a5f4aef..32a7289 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -81,6 +81,9 @@ endif
ifeq "${RPMPOST}" ""
RPMPOST=yes
endif
+ifeq "${XMLTOTXTPOSTOPT}" ""
+XMLTOTXTPOSTOPT =-p '-no-numbering -no-references'
+endif
#########################################################################
#########################################################################
@@ -286,7 +289,7 @@ define TXT_template
.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::