diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2005-05-16 18:29:13 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2005-05-16 18:29:13 +0000 |
| commit | 84f479aa7f1e1d8f270ed86c3ac64a37b880756f (patch) | |
| tree | 781c91a01d2260efce9b196eceb857e90765bb3d /llvm/docs | |
| parent | ad966163dd79d6569294a31bcc761e91b4a8b511 (diff) | |
| download | bcm5719-llvm-84f479aa7f1e1d8f270ed86c3ac64a37b880756f.tar.gz bcm5719-llvm-84f479aa7f1e1d8f270ed86c3ac64a37b880756f.zip | |
Adjust the dependencies and generate the output to docs/userloc.html so
that it can properly link to the CSS stylesheet and images.
llvm-svn: 22092
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/docs/Makefile b/llvm/docs/Makefile index dc1f74cca24..dfdd7ba9fdd 100644 --- a/llvm/docs/Makefile +++ b/llvm/docs/Makefile @@ -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 |

