Add the ability to generate the User LOC page via the userloc.pl script.

llvm-svn: 22090
This commit is contained in:
Reid Spencer 2005-05-16 18:12:58 +00:00
parent cb5596d51b
commit 5c2e03d65b
1 changed files with 5 additions and 0 deletions

View File

@ -64,3 +64,8 @@ $(PROJ_OBJ_DIR)/doxygen.tar.gz: $(DOXYFILES) $(PROJ_OBJ_DIR)/doxygen.cfg
$(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