chiark / gitweb /
* Mention Alioth as the main resource for VCS repositories and deprecate
[developers-reference.git] / Makefile
index 230bd6479705dfbe7617df028ce2af59022068ff..2d70910d5af8abde15cec83531e8161a54a4a5ba 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,14 +32,10 @@ TRANSLATE=po4a-translate --format docbook --keep 0
 # XSL files and parameters
 # note: the URL is used as identifier, no HTTP is used!
 DOCBOOK_XSL=http://docbook.sourceforge.net/release/xsl/current
-# one file per chapter
-DBK2HTML=--stringparam chunk.section.depth 0 \
-    --stringparam section.autolabel 1 \
-    --stringparam use.id.as.filename 1 \
-    $(DOCBOOK_XSL)/xhtml/chunk.xsl
-# all in one file
-DBK2HTML1=--stringparam section.autolabel 1 \
-    $(DOCBOOK_XSL)/xhtml/docbook.xsl
+# for HTML output
+DBK2HTML=$(PWD)/html.xsl
+# all in one file for text output
+DBK2HTML1=$(PWD)/txt.xsl
 
 .PHONY:        all
 all:    $(TARGETS)