diff options
Diffstat (limited to 'handbook')
-rw-r--r-- | handbook/Makefile | 8 | ||||
-rw-r--r-- | handbook/poky-handbook.xml | 2 |
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 @@ | |||
1 | all: html pdf | 1 | all: html pdf tarball |
2 | 2 | ||
3 | pdf: | 3 | pdf: |
4 | 4 | ||
@@ -23,3 +23,9 @@ tarball: html | |||
23 | 23 | ||
24 | validate: | 24 | validate: |
25 | xmllint --postvalid --xinclude --noout poky-handbook.xml | 25 | xmllint --postvalid --xinclude --noout poky-handbook.xml |
26 | |||
27 | OUTPUTS = poky-handbook.tgz poky-handbook.html poky-handbook.pdf | ||
28 | SOURCES = *.png *.xml *.css *.svg | ||
29 | |||
30 | publish: | ||
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 | ||