diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-18 23:31:35 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-18 23:31:35 +0000 |
commit | b3f5e554d037bb1f9847eb9caece669f46bce942 (patch) | |
tree | c5ee08aa0c835441c52fab11968ecbe2dfff9b25 | |
parent | d2805818aa50b29bb445c9c9526ebeb0fbd822a0 (diff) | |
download | openembedded-core-b3f5e554d037bb1f9847eb9caece669f46bce942.tar.gz openembedded-core-b3f5e554d037bb1f9847eb9caece669f46bce942.tar.bz2 openembedded-core-b3f5e554d037bb1f9847eb9caece669f46bce942.zip |
handbook: Publishing tweaks
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-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 @@ -all: html pdf +all: html pdf tarball pdf: @@ -23,3 +23,9 @@ tarball: html validate: xmllint --postvalid --xinclude --noout poky-handbook.xml + +OUTPUTS = poky-handbook.tgz poky-handbook.html poky-handbook.pdf +SOURCES = *.png *.xml *.css *.svg + +publish: + 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 @@ <copyright> <year>2007-2010</year> - <year>2008</year> - <year>2008</year> <holder>Intel Corporation</holder> </copyright> |