[Telepathy-commits] [telepathy-spec/master] Makefile: upload new-style spec HTML alongside old-style
Simon McVittie
simon.mcvittie at collabora.co.uk
Fri Mar 20 09:53:30 PDT 2009
---
Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index de11415..ae0d7f7 100644
--- a/Makefile
+++ b/Makefile
@@ -118,6 +118,7 @@ maintainer-upload-release: doc/spec.html
rsync -vzP telepathy-spec-$$version.tar.gz telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/releases/telepathy-spec/ ; \
rsync -vzP telepathy-spec-$$version.tar.gz.asc telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/releases/telepathy-spec/ ; \
rsync -vzP doc/spec.html telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/spec-snapshot.html ; \
+ rsync -vzP doc/spec/ telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/spec/ ; \
rsync -vzP doc/spec.html telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/spec.html
dist:
@@ -143,7 +144,7 @@ UPLOAD_BRANCH_TO = people.freedesktop.org:public_html/telepathy-spec
# Usage: make upload-branch BRANCH=discussion
upload-branch: all
- rsync -zvP doc/spec.html $(patsubst %.txt,%.html,$(RST)) \
+ rsync -zvP doc/spec.html $(patsubst %.txt,%.html,$(RST)) doc/spec \
$(UPLOAD_BRANCH_TO)-$(BRANCH)/
@echo Your spec branch might be at:
@echo ' ' http://people.freedesktop.org/~$$USER/telepathy-spec-$(BRANCH)/
--
1.5.6.5
More information about the telepathy-commits
mailing list