diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/bsp-guide/Makefile | 10 |
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 @@ | |||
1 | all: html pdf tarball | ||
2 | |||
3 | pdf: | ||
4 | ../tools/poky-docbook-to-pdf bsp-guide.xml ../template | ||
5 | |||
6 | XSLTOPTS = --stringparam html.stylesheet style.css \ | 1 | XSLTOPTS = --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 \ | |||
15 | XSL_BASE_URI = http://docbook.sourceforge.net/release/xsl/current | 10 | XSL_BASE_URI = http://docbook.sourceforge.net/release/xsl/current |
16 | XSL_XHTML_URI = $(XSL_BASE_URI)/xhtml/docbook.xsl | 11 | XSL_XHTML_URI = $(XSL_BASE_URI)/xhtml/docbook.xsl |
17 | 12 | ||
13 | all: html pdf tarball | ||
14 | |||
15 | pdf: | ||
16 | ../tools/poky-docbook-to-pdf bsp-guide.xml ../template | ||
17 | |||
18 | html: | 18 | html: |
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 |