Adjust the dependencies and generate the output to docs/userloc.html so
authorReid Spencer <rspencer@reidspencer.com>
Mon, 16 May 2005 18:29:13 +0000 (18:29 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 16 May 2005 18:29:13 +0000 (18:29 +0000)
that it can properly link to the CSS stylesheet and images.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22092 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Makefile

index dc1f74cca24a3564ca6e5ef35f957ee88a8d3896..dfdd7ba9fddeb56a16f16cb87562445e98ae030d 100644 (file)
@@ -64,8 +64,10 @@ $(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:
+userloc: $(LLVM_SRC_ROOT)/docs/userloc.html
+
+$(LLVM_SRC_ROOT)/docs/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
+         -html lib include tools runtime utils examples autoconf test > docs/userloc.html