diff options
Diffstat (limited to 'documentation/bsp-guide/Makefile')
-rw-r--r-- | documentation/bsp-guide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bsp-guide/Makefile b/documentation/bsp-guide/Makefile index 93f2aabb44..fdb45ecd13 100644 --- a/documentation/bsp-guide/Makefile +++ b/documentation/bsp-guide/Makefile | |||
@@ -20,7 +20,7 @@ html: | |||
20 | xsltproc $(XSLTOPTS) -o bsp-guide.html bsp-guide-customization.xsl bsp-guide.xml | 20 | xsltproc $(XSLTOPTS) -o bsp-guide.html bsp-guide-customization.xsl bsp-guide.xml |
21 | 21 | ||
22 | tarball: html | 22 | tarball: html |
23 | tar -cvzf bsp-guide.tgz style.css bsp-guide.html figures/bsp-title.png | 23 | tar -cvzf bsp-guide.tgz style.css bsp-guide.html bsp-guide.pdf figures/bsp-title.png |
24 | 24 | ||
25 | validate: | 25 | validate: |
26 | xmllint --postvalid --xinclude --noout bsp-guide.xml | 26 | xmllint --postvalid --xinclude --noout bsp-guide.xml |