summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2012-08-12 17:26:52 +0000
committerGary Oberbrunner <garyo@oberbrunner.com>2012-08-12 17:26:52 +0000
commitfca1fdbf19a60e04eb1909d7b6af5130b3319c9f (patch)
treee47a837414eb9568e8b8f706a7f28acedcf518b3 /bin
parentc7e0dd27959a6c7e50a34b98c011f500c288b8d2 (diff)
downloadscons-fca1fdbf19a60e04eb1909d7b6af5130b3319c9f.tar.gz
Warn during doc build if missing tools
Diffstat (limited to 'bin')
-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 2ba10cce..2867e3c8 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.'