[Swift-commit] r5455 - in branches/release-0.93/docs: . siteguide
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Tue Dec 20 17:00:46 CST 2011
Author: ketan
Date: 2011-12-20 17:00:46 -0600 (Tue, 20 Dec 2011)
New Revision: 5455
Modified:
branches/release-0.93/docs/build_docs.sh
branches/release-0.93/docs/siteguide/beagle
Log:
revert temp to noncache version
Modified: branches/release-0.93/docs/build_docs.sh
===================================================================
--- branches/release-0.93/docs/build_docs.sh 2011-12-20 22:34:40 UTC (rev 5454)
+++ branches/release-0.93/docs/build_docs.sh 2011-12-20 23:00:46 UTC (rev 5455)
@@ -42,16 +42,16 @@
FILES=`ls -1 *.txt 2>/dev/null`
for file in $FILES
do
- diff $file .cache/$file >/dev/null 2>/dev/null
- if [ $? -ne 0 ]
- then
- echo "updating cache"
- cp $file .cache
+ #diff $file .cache/$file >/dev/null 2>/dev/null
+ #if [ $? -ne 0 ]
+ #then
+ # echo "updating cache"
+ # cp $file .cache
echo Converting $directory"$file" to HTML
asciidoc -a toc -a max-width=750px -a stylesheet=$(pwd)/../stylesheets/asciidoc.css $file
echo Converting $directory"$file" to PDF
a2x --format=pdf --no-xmllint $file
- fi
+ #fi
done
if [ ! -d "$INSTALLATION_DIRECTORY/$VERSION" ]; then
Modified: branches/release-0.93/docs/siteguide/beagle
===================================================================
--- branches/release-0.93/docs/siteguide/beagle 2011-12-20 22:34:40 UTC (rev 5454)
+++ branches/release-0.93/docs/siteguide/beagle 2011-12-20 23:00:46 UTC (rev 5455)
@@ -264,5 +264,5 @@
If the error messages you get does not give much clue, you can go about one of the following approaches to find more help:
- Search for the particular error message on the swift mailing list archive from here: http://www.ci.uchicago.edu/swift/wwwdev/support/index.php. It is likely someone has encountered the issue before and there is a ready remedy posted by one of the Swift team members.
- - Subscribe to the swift-user lists and post your questions here: https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-user. Please attach the Swift generated log file and the sites file with your question.
+ - Subscribe to the swift-user lists and post your questions here: https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-user. Please attach the Swift-generated log file and the sites file with your question.
More information about the Swift-commit
mailing list