summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-05-09 18:32:58 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-10 10:02:17 +0100
commit93f2f1bb9915c6341d57fc9648a104d8a67d5e91 (patch)
treeda443adb29de17fee0562cafb77211912ed3c18f /documentation/adt-manual
parentc7c40a3571dbb5977dea5daafaf5c4e413a9c199 (diff)
downloadast2050-yocto-poky-93f2f1bb9915c6341d57fc9648a104d8a67d5e91.zip
ast2050-yocto-poky-93f2f1bb9915c6341d57fc9648a104d8a67d5e91.tar.gz
documentation/adt-manual/Makefile: removed hardcoded name from publish
I removed the hardcoded name from the publish script. (From yocto-docs rev: 31f4b6c46944deb055f44fdbe2bdd93b97331849) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r--documentation/adt-manual/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/adt-manual/Makefile b/documentation/adt-manual/Makefile
index d34d3a1..fe16a57 100644
--- a/documentation/adt-manual/Makefile
+++ b/documentation/adt-manual/Makefile
@@ -37,8 +37,8 @@ FIGURES = figures/*.png
STYLESHEET = *.css
publish:
- 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
+ scp -r $(MANUALS) $(STYLESHEET) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/adt-manual
+ scp -r $(FIGURES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/adt-manual/figures
clean:
rm -f $(MANUALS)
OpenPOWER on IntegriCloud