summaryrefslogtreecommitdiffstats
path: root/bin/upload-release-files.sh
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2012-08-12 17:26:52 (GMT)
committerGary Oberbrunner <garyo@oberbrunner.com>2012-08-12 17:26:52 (GMT)
commit8a4cdff25c3e2f765c288bc7ef749343ccb7ff4a (patch)
treee47a837414eb9568e8b8f706a7f28acedcf518b3 /bin/upload-release-files.sh
parent48c247284e665914331bae8bdd13edb6df95e8b3 (diff)
downloadSCons-8a4cdff25c3e2f765c288bc7ef749343ccb7ff4a.zip
SCons-8a4cdff25c3e2f765c288bc7ef749343ccb7ff4a.tar.gz
SCons-8a4cdff25c3e2f765c288bc7ef749343ccb7ff4a.tar.bz2
Warn during doc build if missing tools
Diffstat (limited to 'bin/upload-release-files.sh')
-rwxr-xr-xbin/upload-release-files.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/upload-release-files.sh b/bin/upload-release-files.sh
index 2ba10cc..2867e3c 100755
--- a/bin/upload-release-files.sh
+++ b/bin/upload-release-files.sh
@@ -68,6 +68,7 @@ ssh scons@scons.org "
cd ..
rm latest; ln -s $VERSION latest
rm production; ln -s $VERSION production
+ for f in HTML PDF PS TEXT; do rm $f; ln -s $VERSION/$f $f; done
"
echo '*****'
echo '***** Now manually update index.php, includes/versions.php and news-raw.xhtml on scons.org.'