summaryrefslogtreecommitdiffstats
path: root/handbook
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-03-18 23:31:35 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-03-18 23:31:35 +0000
commitb3f5e554d037bb1f9847eb9caece669f46bce942 (patch)
treec5ee08aa0c835441c52fab11968ecbe2dfff9b25 /handbook
parentd2805818aa50b29bb445c9c9526ebeb0fbd822a0 (diff)
downloadpoky-b3f5e554d037bb1f9847eb9caece669f46bce942.tar.gz
handbook: Publishing tweaks
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'handbook')
-rw-r--r--handbook/Makefile8
-rw-r--r--handbook/poky-handbook.xml2
2 files changed, 7 insertions, 3 deletions
diff --git a/handbook/Makefile b/handbook/Makefile
index 2c593cf652..4a4dd7e83f 100644
--- a/handbook/Makefile
+++ b/handbook/Makefile
@@ -1,4 +1,4 @@
1all: html pdf 1all: html pdf tarball
2 2
3pdf: 3pdf:
4 4
@@ -23,3 +23,9 @@ tarball: html
23 23
24validate: 24validate:
25 xmllint --postvalid --xinclude --noout poky-handbook.xml 25 xmllint --postvalid --xinclude --noout poky-handbook.xml
26
27OUTPUTS = poky-handbook.tgz poky-handbook.html poky-handbook.pdf
28SOURCES = *.png *.xml *.css *.svg
29
30publish:
31 scp -r $(OUTPUTS) $(SOURCES) o-hand.com:/srv/www/pokylinux.org/doc/
diff --git a/handbook/poky-handbook.xml b/handbook/poky-handbook.xml
index 3b04bc983a..fb4d86b8ea 100644
--- a/handbook/poky-handbook.xml
+++ b/handbook/poky-handbook.xml
@@ -52,8 +52,6 @@
52 52
53 <copyright> 53 <copyright>
54 <year>2007-2010</year> 54 <year>2007-2010</year>
55 <year>2008</year>
56 <year>2008</year>
57 <holder>Intel Corporation</holder> 55 <holder>Intel Corporation</holder>
58 </copyright> 56 </copyright>
59 57