From b3f5e554d037bb1f9847eb9caece669f46bce942 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 18 Mar 2010 23:31:35 +0000 Subject: handbook: Publishing tweaks Signed-off-by: Richard Purdie --- handbook/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'handbook/Makefile') 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/ -- cgit 1.2.3-korg