diff options
author | Junichi Uekawa <dancer@netfort.gr.jp> | 2013-12-31 15:23:04 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2013-12-31 15:23:04 +0900 |
commit | 3975bf31ed8dc2906025722ad7365d6d7992e730 (patch) | |
tree | 42157e5d1c390f7a9e224bdd0d60f64c994c8a19 /Documentation | |
parent | 613ce140f1228fddc79c1c675ad7595aa0c9ee9e (diff) | |
download | pbuilder-3975bf31ed8dc2906025722ad7365d6d7992e730.tar pbuilder-3975bf31ed8dc2906025722ad7365d6d7992e730.tar.gz |
rename alioth filehosting.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 3efdd5f..ec11398 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -10,6 +10,7 @@ # the main XML file which is source to all documents MASTERXML=pbuilder-doc.xml HTMLDOCS= pbuilder-doc.html pbuilder-doc.ja.html pbuilder-doc.fr.html pbuilder-doc.de.html +ALIOTH_FILEHOSTING:=alioth.debian.org all: $(HTMLDOCS) @@ -36,7 +37,7 @@ preview: pbuilder-doc.html mozilla-firefox -remote "openfile($(PWD)/$<)" release: pbuilder-doc.html pbuilder-doc.xml pbuilder-doc.css pbuilder-doc.xsl pbuilder-doc.pdf - scp $^ wagner.debian.org:/home/groups/pbuilder/htdocs/ + scp $^ ${ALIOTH_FILEHOSTING}:/home/groups/pbuilder/htdocs/ clean: rm -f pbuilder-doc.pdf pbuilder-doc.glo pbuilder-doc.idx pbuilder-doc.log pbuilder-doc.out \ |