summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-03-31 13:41:51 -0500
committerSaul Wold <sgw@linux.intel.com>2011-05-06 17:44:17 -0700
commit6683544362d904c1c16da013b8d6eab8a34dc36b (patch)
treea0d109d4685b6e769c0d23cecd83ad9c1a94254f /documentation
parent5ac1d6be71ebe7cd5ec2a06f39c07bad2e941d2d (diff)
downloadpoky-6683544362d904c1c16da013b8d6eab8a34dc36b.tar.gz
documentation/bsp-guide/Makefile: Updated to include PDF in tarball
For some reason the PDF version of this manual was not being included in the tarball created by the Makefile. I fixed this. (From OE-Core rev: f8ec09ab31c04b2ae9570b71174f50c58ad09f00) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bsp-guide/Makefile2
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
22tarball: html 22tarball: 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
25validate: 25validate:
26 xmllint --postvalid --xinclude --noout bsp-guide.xml 26 xmllint --postvalid --xinclude --noout bsp-guide.xml