summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r--documentation/poky-ref-manual/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/poky-ref-manual/Makefile b/documentation/poky-ref-manual/Makefile
index c906c7debd..5f03a862ef 100644
--- a/documentation/poky-ref-manual/Makefile
+++ b/documentation/poky-ref-manual/Makefile
@@ -1,8 +1,3 @@
1all: html pdf tarball
2
3pdf:
4 ../tools/poky-docbook-to-pdf poky-ref-manual.xml ../template
5
6XSLTOPTS = --stringparam html.stylesheet style.css \ 1XSLTOPTS = --stringparam html.stylesheet style.css \
7 --stringparam chapter.autolabel 1 \ 2 --stringparam chapter.autolabel 1 \
8 --stringparam appendix.autolabel A \ 3 --stringparam appendix.autolabel A \
@@ -16,6 +11,11 @@ XSLTOPTS = --stringparam html.stylesheet style.css \
16XSL_BASE_URI = http://docbook.sourceforge.net/release/xsl/current 11XSL_BASE_URI = http://docbook.sourceforge.net/release/xsl/current
17XSL_XHTML_URI = $(XSL_BASE_URI)/xhtml/docbook.xsl 12XSL_XHTML_URI = $(XSL_BASE_URI)/xhtml/docbook.xsl
18 13
14all: html pdf tarball
15
16pdf:
17 ../tools/poky-docbook-to-pdf poky-ref-manual.xml ../template
18
19html: 19html:
20# See http://www.sagehill.net/docbookxsl/HtmlOutput.html 20# See http://www.sagehill.net/docbookxsl/HtmlOutput.html
21 xsltproc $(XSLTOPTS) -o poky-ref-manual.html $(XSL_XHTML_URI) poky-ref-manual.xml 21 xsltproc $(XSLTOPTS) -o poky-ref-manual.html $(XSL_XHTML_URI) poky-ref-manual.xml