mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
handbook: Publishing tweaks
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
+7
-1
@@ -1,4 +1,4 @@
|
|||||||
all: html pdf
|
all: html pdf tarball
|
||||||
|
|
||||||
pdf:
|
pdf:
|
||||||
|
|
||||||
@@ -23,3 +23,9 @@ tarball: html
|
|||||||
|
|
||||||
validate:
|
validate:
|
||||||
xmllint --postvalid --xinclude --noout poky-handbook.xml
|
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/
|
||||||
|
|||||||
@@ -52,8 +52,6 @@
|
|||||||
|
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2007-2010</year>
|
<year>2007-2010</year>
|
||||||
<year>2008</year>
|
|
||||||
<year>2008</year>
|
|
||||||
<holder>Intel Corporation</holder>
|
<holder>Intel Corporation</holder>
|
||||||
</copyright>
|
</copyright>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user