summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-04-09 17:05:50 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-04-10 14:52:57 +0100
commit7daf54033508ec0680c894fd50aab13e0842090c (patch)
tree93b1ddbd8a8e636d12abb51d6311453dfea47e80 /Makefile
parenta6c1a06f209f4536fbbb1bbea673b3679a491f10 (diff)
When uploading releases and snapshots, upload new-style HTML
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 709de770..6b81d10f 100644
--- a/Makefile
+++ b/Makefile
@@ -110,6 +110,7 @@ maintainer-upload-snapshot: doc/spec.html
tmp/spec.html
scp tmp/spec.html \
telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/spec-snapshot.html
+ rsync -rvzP doc/spec/ telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/spec-snapshot/
maintainer-upload-release: doc/spec.html
@install -d tmp
@@ -125,7 +126,8 @@ 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 -rvzP doc/spec/ telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/spec/ ; \
+ rsync -rvzP doc/spec/ telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/spec-snapshot/ ; \
rsync -vzP doc/spec.html telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/spec.html
dist: