[llvm-commits] CVS: CVSROOT/update-www.sh

Chris Lattner lattner at cs.uiuc.edu
Sat Jan 15 23:37:45 PST 2005



Changes in directory CVSROOT:

update-www.sh updated: 1.7 -> 1.8
---
Log message:

For some reason, CVS has decided not to recurse into the docs directory anymore.


---
Diffs of the changes:  (+4 -0)

Index: CVSROOT/update-www.sh
diff -u CVSROOT/update-www.sh:1.7 CVSROOT/update-www.sh:1.8
--- CVSROOT/update-www.sh:1.7	Wed Dec  8 13:07:08 2004
+++ CVSROOT/update-www.sh	Sun Jan 16 01:37:35 2005
@@ -9,6 +9,10 @@
 # Update any committed files
 cvs -Q update -Pd
 
+# Udpate the docs explicitly
+cd docs/
+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