diff options
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) |