summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2006-10-01 13:34:47 +0000
committerMurray Cumming <murrayc@src.gnome.org>2006-10-01 13:34:47 +0000
commitbd2170819f4b5398e59e252b5399912c83687a05 (patch)
tree2eabe30eb13750f287c36c4f3f76ec289a8ab984 /Makefile.am
parent1601690f16e0434ff7e98c1ea43a4c84502f7c39 (diff)
downloadglibmm-bd2170819f4b5398e59e252b5399912c83687a05.tar.gz
Upload to the new hoster instead of to sourceforge. Abstracted the host
2006-10-01 Murray Cumming <murrayc@murrayc.com> * Makefile.am: * docs/Makefile.am: * docs/Makefile_web.am_fragment: * docs/images/Makefile.am: * docs/reference/Makefile.am: * docs/reference/README: * examples/Makefile.am: Upload to the new hoster instead of to sourceforge. Abstracted the host and path names into docs/Makefile_web.am_fragment to avoid duplication.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f7ebad88..97a0aee0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,7 +48,7 @@ post-html-recursive:
done
post-html-local: glibmm-docs.tar.gz
- rsync $(rsync_args) glibmm-docs.tar.gz $$USER@shell.sourceforge.net:$(web_path_gtkmm2)
+ rsync $(rsync_args) glibmm-docs.tar.gz $$USER@$(web_host):$(web_path_gtkmm)
post-html: post-html-recursive post-html-local