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