summaryrefslogtreecommitdiffstats
path: root/handbook/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'handbook/Makefile')
-rw-r--r--handbook/Makefile8
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 @@
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/