[llvm-commits] CVS: CVSROOT/update-www.sh
Misha Brukman
brukman at cs.uiuc.edu
Fri Jul 2 10:41:04 PDT 2004
Changes in directory CVSROOT:
update-www.sh updated: 1.3 -> 1.4
---
Log message:
Auto-generate HTML documentation from POD source on commit.
---
Diffs of the changes: (+4 -0)
Index: CVSROOT/update-www.sh
diff -u CVSROOT/update-www.sh:1.3 CVSROOT/update-www.sh:1.4
--- CVSROOT/update-www.sh:1.3 Mon Oct 20 15:54:41 2003
+++ CVSROOT/update-www.sh Fri Jul 2 10:40:14 2004
@@ -9,5 +9,9 @@
# Update any committed files
cvs -Q update -Pd
+# Make the HTML docs from POD source
+cd /home/vadve/shared/llvm-wwwroot/docs/CommandGuide
+make
+
# Give access to any of the files we just checked in to the group
find . -user $USER -exec chmod g+w {} \;
More information about the llvm-commits
mailing list