[llvm-commits] CVS: CVSROOT/update-www.sh
Chris Lattner
lattner at cs.uiuc.edu
Wed Jul 5 17:24:05 PDT 2006
Changes in directory CVSROOT:
update-www.sh updated: 1.9 -> 1.10
---
Log message:
Update the nightly tester when committing.
---
Diffs of the changes: (+4 -0)
update-www.sh | 4 ++++
1 files changed, 4 insertions(+)
Index: CVSROOT/update-www.sh
diff -u CVSROOT/update-www.sh:1.9 CVSROOT/update-www.sh:1.10
--- CVSROOT/update-www.sh:1.9 Sun Jan 16 01:38:01 2005
+++ CVSROOT/update-www.sh Wed Jul 5 19:23:52 2006
@@ -13,6 +13,10 @@
cd docs/
cvs -Q update -Pd
+# Update the nightly tester.
+cd ../nightlytest/
+cvs -Q update -Pd
+
# Make the HTML docs from POD source
cd /home/vadve/shared/llvm-wwwroot/docs/CommandGuide
gmake -s BUILD_FOR_WEBSITE=1
More information about the llvm-commits
mailing list