diff options
Diffstat (limited to 'documentation/kernel-manual/Makefile')
-rw-r--r-- | documentation/kernel-manual/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-manual/Makefile b/documentation/kernel-manual/Makefile index 57cfef2ef8..32bb63edf6 100644 --- a/documentation/kernel-manual/Makefile +++ b/documentation/kernel-manual/Makefile | |||
@@ -24,7 +24,7 @@ html: | |||
24 | # See http://www.sagehill.net/docbookxsl/HtmlOutput.html | 24 | # See http://www.sagehill.net/docbookxsl/HtmlOutput.html |
25 | 25 | ||
26 | # xsltproc $(XSLTOPTS) -o yocto-project-qs.html $(XSL_XHTML_URI) yocto-project-qs.xml | 26 | # xsltproc $(XSLTOPTS) -o yocto-project-qs.html $(XSL_XHTML_URI) yocto-project-qs.xml |
27 | xsltproc $(XSLTOPTS) -o yocto-project-kernel-manual.html yocto-project-kernel-manual-customization.xsl kernel-manual.xml | 27 | xsltproc $(XSLTOPTS) -o kernel-manual.html yocto-project-kernel-manual-customization.xsl kernel-manual.xml |
28 | 28 | ||
29 | tarball: html | 29 | tarball: html |
30 | tar -cvzf yocto-project-kernel-manual.tgz yocto-project-kernel-manual.html style.css figures/kernel-title.png figures/kernel-big-picture.png figures/kernel-architecture-overview.png | 30 | tar -cvzf yocto-project-kernel-manual.tgz yocto-project-kernel-manual.html style.css figures/kernel-title.png figures/kernel-big-picture.png figures/kernel-architecture-overview.png |
@@ -32,7 +32,7 @@ tarball: html | |||
32 | validate: | 32 | validate: |
33 | xmllint --postvalid --xinclude --noout yocto-project-kernel-manual.xml | 33 | xmllint --postvalid --xinclude --noout yocto-project-kernel-manual.xml |
34 | 34 | ||
35 | OUTPUTS = yocto-project-kernel-manual.tgz yocto-project-kernel-manual.html yocto-project-kernel-manual.pdf | 35 | OUTPUTS = yocto-project-kernel-manual.tgz yocto-project-kernel-manual.html kernel-manual.pdf |
36 | SOURCES = *.png *.xml *.css | 36 | SOURCES = *.png *.xml *.css |
37 | 37 | ||
38 | publish: | 38 | publish: |