summaryrefslogtreecommitdiff
path: root/docs/Makefile
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
commitee6fcf29156ab455db50cd4785a085609ecb05dd (patch)
tree57a1b84c6ba7f84fe20f781fa3eb3a1ebc55a249 /docs/Makefile
parent416db10a5bd74d0dd1325eb5d475648b0ff6c588 (diff)
downloadllvm-ee6fcf29156ab455db50cd4785a085609ecb05dd.tar.gz
llvm-ee6fcf29156ab455db50cd4785a085609ecb05dd.tar.bz2
llvm-ee6fcf29156ab455db50cd4785a085609ecb05dd.tar.xz
Add the ability to generate the User LOC page via the userloc.pl script.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22090 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
index ccaba80e0d..dc1f74cca2 100644
--- a/docs/Makefile
+++ b/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
+