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 /handbook/Makefile | |
parent | d2805818aa50b29bb445c9c9526ebeb0fbd822a0 (diff) | |
download | poky-b3f5e554d037bb1f9847eb9caece669f46bce942.tar.gz |
handbook: Publishing tweaks
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'handbook/Makefile')
-rw-r--r-- | handbook/Makefile | 8 |
1 files changed, 7 insertions, 1 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/ | ||