summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2014-03-08 14:05:25 -0500
committerGary Oberbrunner <garyo@oberbrunner.com>2014-03-08 14:05:25 -0500
commite7eda36bfa5f80aef0674e9d988c11ef071526fb (patch)
treeb30d1d05c8b63d16bc108152a57de7d663099e0b /bin
parent1c72823a022e320efeb24ce0a01e29ed4014c576 (diff)
downloadscons-e7eda36bfa5f80aef0674e9d988c11ef071526fb.tar.gz
release scripts: bin/upload-release-files.sh update doc for EPUB and fix doc install
Diffstat (limited to 'bin')
-rwxr-xr-xbin/upload-release-files.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/upload-release-files.sh b/bin/upload-release-files.sh
index 2867e3c8..bf097514 100755
--- a/bin/upload-release-files.sh
+++ b/bin/upload-release-files.sh
@@ -46,7 +46,7 @@ $RSYNC $RSYNCOPTS \
#
# scons.org stuff:
-#
+#
# Doc: copy the doc tgz over; we'll unpack later
$RSYNC $RSYNCOPTS \
scons-doc-$VERSION.tar.gz \
@@ -68,7 +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
+ for f in HTML PDF EPUB 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.'