[Swift-commit] r8283 - SwiftApps/subjobs
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Wed Oct 22 10:29:52 CDT 2014
Author: ketan
Date: 2014-10-22 10:29:51 -0500 (Wed, 22 Oct 2014)
New Revision: 8283
Modified:
SwiftApps/subjobs/docbuild
Log:
doc
Modified: SwiftApps/subjobs/docbuild
===================================================================
--- SwiftApps/subjobs/docbuild 2014-10-21 22:30:38 UTC (rev 8282)
+++ SwiftApps/subjobs/docbuild 2014-10-22 15:29:51 UTC (rev 8283)
@@ -2,7 +2,7 @@
if [ -z $1 ] ; then
- asciidoc -a toc -a toclevels=2 -a max-width=750px -a textwidth=80 -o /home/$(whoami)/public_html/swiftgalaxy.html README
+ asciidoc -a toc -a toclevels=2 -a max-width=750px -a textwidth=80 -o /home/$(whoami)/public_html/subjobs.html README.txt
else
- asciidoc -a toc -a toclevels=2 -a max-width=750px -a textwidth=80 -o "$1" README
+ asciidoc -a toc -a toclevels=2 -a max-width=750px -a textwidth=80 -o "$1" README.txt
fi
More information about the Swift-commit
mailing list