summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-manual/Makefile')
-rw-r--r--documentation/kernel-manual/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/kernel-manual/Makefile b/documentation/kernel-manual/Makefile
index 32bb63edf6..dcfcb92312 100644
--- a/documentation/kernel-manual/Makefile
+++ b/documentation/kernel-manual/Makefile
@@ -27,12 +27,12 @@ html:
27 xsltproc $(XSLTOPTS) -o 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
29tarball: html 29tarball: 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 kernel-manual.tgz kernel-manual.html style.css figures/kernel-title.png figures/kernel-big-picture.png figures/kernel-architecture-overview.png
31 31
32validate: 32validate:
33 xmllint --postvalid --xinclude --noout yocto-project-kernel-manual.xml 33 xmllint --postvalid --xinclude --noout kernel-manual.xml
34 34
35OUTPUTS = yocto-project-kernel-manual.tgz yocto-project-kernel-manual.html kernel-manual.pdf 35OUTPUTS = kernel-manual.tgz kernel-manual.html kernel-manual.pdf
36SOURCES = *.png *.xml *.css 36SOURCES = *.png *.xml *.css
37 37
38publish: 38publish: