[llvm-commits] CVS: llvm/docs/Makefile
Reid Spencer
reid at x10sys.com
Mon May 16 11:29:24 PDT 2005
Changes in directory llvm/docs:
Makefile updated: 1.9 -> 1.10
---
Log message:
Adjust the dependencies and generate the output to docs/userloc.html so
that it can properly link to the CSS stylesheet and images.
---
Diffs of the changes: (+4 -2)
Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
Index: llvm/docs/Makefile
diff -u llvm/docs/Makefile:1.9 llvm/docs/Makefile:1.10
--- llvm/docs/Makefile:1.9 Mon May 16 13:12:58 2005
+++ llvm/docs/Makefile Mon May 16 13:29:13 2005
@@ -64,8 +64,10 @@
$(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
More information about the llvm-commits
mailing list