diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-05-09 18:32:58 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-10 10:02:17 +0100 |
commit | 93f2f1bb9915c6341d57fc9648a104d8a67d5e91 (patch) | |
tree | da443adb29de17fee0562cafb77211912ed3c18f /documentation/adt-manual | |
parent | c7c40a3571dbb5977dea5daafaf5c4e413a9c199 (diff) | |
download | 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/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/adt-manual/Makefile b/documentation/adt-manual/Makefile index d34d3a173f..fe16a57f35 100644 --- a/documentation/adt-manual/Makefile +++ b/documentation/adt-manual/Makefile | |||
@@ -37,8 +37,8 @@ FIGURES = figures/*.png | |||
37 | STYLESHEET = *.css | 37 | STYLESHEET = *.css |
38 | 38 | ||
39 | publish: | 39 | publish: |
40 | scp -r $(MANUALS) $(STYLESHEET) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/adt-manual | 40 | scp -r $(MANUALS) $(STYLESHEET) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/adt-manual |
41 | scp -r $(FIGURES) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/adt-manual/figures | 41 | scp -r $(FIGURES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/adt-manual/figures |
42 | 42 | ||
43 | clean: | 43 | clean: |
44 | rm -f $(MANUALS) | 44 | rm -f $(MANUALS) |