summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-05-16 18:12:58 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-05-16 18:12:58 +0000
commit5c2e03d65be834900e7547ba8aaf3081bb7f1283 (patch)
tree914b1878bd5931295a1f07aefeb34951bed41674 /llvm/docs
parentcb5596d51bbcd4e19d732b34daed339b3d5446db (diff)
downloadbcm5719-llvm-5c2e03d65be834900e7547ba8aaf3081bb7f1283.tar.gz
bcm5719-llvm-5c2e03d65be834900e7547ba8aaf3081bb7f1283.zip
Add the ability to generate the User LOC page via the userloc.pl script.
llvm-svn: 22090
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/Makefile b/llvm/docs/Makefile
index ccaba80e0de..dc1f74cca24 100644
--- a/llvm/docs/Makefile
+++ b/llvm/docs/Makefile
@@ -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
+
OpenPOWER on IntegriCloud