summary refs log tree commit diff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2019-07-04 09:06:39 -0400
committerGraham Christensen <graham@grahamc.com>2019-07-04 09:16:06 -0400
commitfa47df617443b6bd7be0fe0239418c241df146c3 (patch)
tree62403f13912681f858fb79a49590b7578b516d5b /doc/Makefile
parent5a0696f6d0bf3344437eb1c83f1108e46664e24a (diff)
downloadnixpkgs-fa47df617443b6bd7be0fe0239418c241df146c3.tar
nixpkgs-fa47df617443b6bd7be0fe0239418c241df146c3.tar.gz
nixpkgs-fa47df617443b6bd7be0fe0239418c241df146c3.tar.bz2
nixpkgs-fa47df617443b6bd7be0fe0239418c241df146c3.tar.lz
nixpkgs-fa47df617443b6bd7be0fe0239418c241df146c3.tar.xz
nixpkgs-fa47df617443b6bd7be0fe0239418c241df146c3.tar.zst
nixpkgs-fa47df617443b6bd7be0fe0239418c241df146c3.zip
doc: move parameters to an XML file
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 4bf33f7dd43..e7ca31b20d7 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -30,10 +30,10 @@ validate: manual-full.xml doc-support/result
 
 out/html/index.html: doc-support/result manual-full.xml style.css highlightjs
 	mkdir -p out/html
-	xsltproc ${xsltFlags} \
+	xsltproc \
 		--nonet --xinclude \
 		--output $@ \
-		doc-support/result/xsl/docbook/xhtml/docbook.xsl \
+		doc-support/result/xhtml.xsl \
 		./manual-full.xml
 
 	mkdir -p out/html/highlightjs/
@@ -48,9 +48,9 @@ out/html/index.html: doc-support/result manual-full.xml style.css highlightjs
 
 out/epub/manual.epub: manual-full.xml
 	mkdir -p out/epub/scratch
-	xsltproc ${xsltFlags} --nonet \
+	xsltproc --nonet \
 		--output out/epub/scratch/ \
-		doc-support/result/xsl/docbook/epub/docbook.xsl \
+		doc-support/result/epub.xsl \
 		./manual-full.xml
 
 	cp ./overrides.css out/epub/scratch/OEBPS