diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2014-03-08 19:05:25 (GMT) |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2014-03-08 19:05:25 (GMT) |
commit | 05031aa5e43d00b67dd4b60e743b63e1d7cf0e48 (patch) | |
tree | b30d1d05c8b63d16bc108152a57de7d663099e0b /bin | |
parent | 97d6b5d428ebf57ccdddadba07465226560c873f (diff) | |
download | SCons-05031aa5e43d00b67dd4b60e743b63e1d7cf0e48.zip SCons-05031aa5e43d00b67dd4b60e743b63e1d7cf0e48.tar.gz SCons-05031aa5e43d00b67dd4b60e743b63e1d7cf0e48.tar.bz2 |
release scripts: bin/upload-release-files.sh update doc for EPUB and fix doc install
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/upload-release-files.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/upload-release-files.sh b/bin/upload-release-files.sh index 2867e3c..bf09751 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.' |