From 5c2e03d65be834900e7547ba8aaf3081bb7f1283 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 16 May 2005 18:12:58 +0000 Subject: [PATCH] Add the ability to generate the User LOC page via the userloc.pl script. llvm-svn: 22090 --- llvm/docs/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/llvm/docs/Makefile b/llvm/docs/Makefile index ccaba80e0de4..dc1f74cca24a 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 +