From ec7059cd4c6807a68e065b579dd0192fda891d7d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 6 May 2011 17:04:40 -0500 Subject: documentation/adt-manual/Makefile: BUGID#_956 - Changes to push to website Several changes made so that the HTML and PDF files as well as the CSS style sheet and any PNG figures get published to the Yocto Project website in the ADT Manual directory. This fixes BUGID#_956 regarding the ADT Manual. (From yocto-docs rev: 4dde2130b6ee6816f2cf012fc488c972bdd668c1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'documentation') diff --git a/documentation/adt-manual/Makefile b/documentation/adt-manual/Makefile index 560913a69d..d34d3a173f 100644 --- a/documentation/adt-manual/Makefile +++ b/documentation/adt-manual/Makefile @@ -27,16 +27,18 @@ html: xsltproc $(XSLTOPTS) -o adt-manual.html adt-manual-customization.xsl adt-manual.xml tarball: html - tar -cvzf adt-manual.tgz adt-manual.html adt-manual.pdf style.css figures/adt-title.png figures/yocto-project-transp.png + tar -cvzf adt-manual.tgz adt-manual.html adt-manual.pdf style.css figures/adt-title.png validate: xmllint --postvalid --xinclude --noout adt-manual.xml -OUTPUTS = adt-manual.tgz adt-manual.html adt-manual.pdf -SOURCES = *.png *.xml *.css +MANUALS = adt-manual.html adt-manual.pdf +FIGURES = figures/*.png +STYLESHEET = *.css publish: - scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/adt-manual + scp -r $(MANUALS) $(STYLESHEET) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/adt-manual + scp -r $(FIGURES) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/adt-manual/figures clean: - rm -f $(OUTPUTS) + rm -f $(MANUALS) -- cgit v1.2.3-54-g00ecf