Add the ability to generate the User LOC page via the userloc.pl script.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 16 May 2005 18:12:58 +0000 (18:12 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 16 May 2005 18:12:58 +0000 (18:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22090 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Makefile

index ccaba80e0de44d357ea4ca50e11b7b8c247749ce..dc1f74cca24a3564ca6e5ef35f957ee88a8d3896 100644 (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
+