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

Misha Brukman brukman at cs.uiuc.edu
Tue Dec 7 21:44:12 PST 2004



Changes in directory CVSROOT:

update-www.sh updated: 1.5 -> 1.6
---
Log message:

Use the variable Reid added to build website docs without having a configured
LLVM tree to make HTML version of the tools documentation


---
Diffs of the changes:  (+1 -1)

Index: CVSROOT/update-www.sh
diff -u CVSROOT/update-www.sh:1.5 CVSROOT/update-www.sh:1.6
--- CVSROOT/update-www.sh:1.5	Fri Jul  2 10:43:24 2004
+++ CVSROOT/update-www.sh	Tue Dec  7 23:44:01 2004
@@ -11,7 +11,7 @@
 
 # Make the HTML docs from POD source
 cd /home/vadve/shared/llvm-wwwroot/docs/CommandGuide
-make -s
+make -s BUILD_FOR_WEBSITE=1
 
 # 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