diff options
-rw-r--r-- | documentation/adt-manual/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/adt-manual/Makefile b/documentation/adt-manual/Makefile index ec19bce9cd..74e35bcdeb 100644 --- a/documentation/adt-manual/Makefile +++ b/documentation/adt-manual/Makefile | |||
@@ -27,7 +27,7 @@ html: | |||
27 | xsltproc $(XSLTOPTS) -o adt-manual.html adt-manual-customization.xsl adt-manual.xml | 27 | xsltproc $(XSLTOPTS) -o adt-manual.html adt-manual-customization.xsl adt-manual.xml |
28 | 28 | ||
29 | tarball: html | 29 | tarball: html |
30 | tar -cvzf adt-manual.tgz adt-manual.html style.css figures/adt-title.png figures/yocto-project-transp.png | 30 | tar -cvzf adt-manual.tgz adt-manual.html adt-manual.pdf style.css figures/adt-title.png figures/yocto-project-transp.png |
31 | 31 | ||
32 | validate: | 32 | validate: |
33 | xmllint --postvalid --xinclude --noout adt-manual.xml | 33 | xmllint --postvalid --xinclude --noout adt-manual.xml |