diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-05-06 12:43:33 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-09 14:17:35 +0100 |
commit | 5b1f8a25de6b7d8c8715116f215e3758ac5b437c (patch) | |
tree | b4c131d18e5aaa4bcc144df8e6dbc172eba19220 | |
parent | 9aa2ef7467aeccb0302430bd098dc21502ae8bc4 (diff) | |
download | poky-5b1f8a25de6b7d8c8715116f215e3758ac5b437c.tar.gz |
documentation/adt-manual/Makefile: Updated publish
Updated the publish statement so that the HTML and PDF files will
be published to the Yocto Project website.
(From yocto-docs rev: 3b09ca5ee4e1919dbc72d680064083271dec544c)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/adt-manual/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/adt-manual/Makefile b/documentation/adt-manual/Makefile index d0325b61e4..560913a69d 100644 --- a/documentation/adt-manual/Makefile +++ b/documentation/adt-manual/Makefile | |||
@@ -36,7 +36,7 @@ OUTPUTS = adt-manual.tgz adt-manual.html adt-manual.pdf | |||
36 | SOURCES = *.png *.xml *.css | 36 | SOURCES = *.png *.xml *.css |
37 | 37 | ||
38 | publish: | 38 | publish: |
39 | scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/ | 39 | scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/adt-manual |
40 | 40 | ||
41 | clean: | 41 | clean: |
42 | rm -f $(OUTPUTS) | 42 | rm -f $(OUTPUTS) |