From fa47df617443b6bd7be0fe0239418c241df146c3 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Thu, 4 Jul 2019 09:06:39 -0400 Subject: doc: move parameters to an XML file --- doc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index 4bf33f7dd43b1..e7ca31b20d71b 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 -- cgit 1.4.1