[llvm-commits] CVS: llvm/docs/Makefile
Reid Spencer
reid at x10sys.com
Mon May 16 11:13:09 PDT 2005
Changes in directory llvm/docs:
Makefile updated: 1.8 -> 1.9
---
Log message:
Add the ability to generate the User LOC page via the userloc.pl script.
---
Diffs of the changes: (+5 -0)
Makefile | 5 +++++
1 files changed, 5 insertions(+)
Index: llvm/docs/Makefile
diff -u llvm/docs/Makefile:1.8 llvm/docs/Makefile:1.9
--- llvm/docs/Makefile:1.8 Thu Feb 24 15:28:08 2005
+++ llvm/docs/Makefile Mon May 16 13:12:58 2005
@@ -64,3 +64,8 @@
$(Verb) $(TAR) cf $(PROJ_OBJ_DIR)/doxygen.tar doxygen
$(Verb) $(GZIP) $(PROJ_OBJ_DIR)/doxygen.tar
+userloc.html:
+ $(Echo) Making User LOC Table
+ $(Verb) cd $(LLVM_SRC_ROOT) ; ./utils/userloc.pl -details -recurse \
+ -html lib include tools runtime utils examples autoconf test > userloc.html
+
More information about the llvm-commits
mailing list