[llvm-commits] CVS: llvm/docs/CommandGuide/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Dec 9 13:06:47 PST 2004
Changes in directory llvm/docs/CommandGuide:
Makefile updated: 1.9 -> 1.10
---
Log message:
Add new pseudo target
---
Diffs of the changes: (+2 -0)
Index: llvm/docs/CommandGuide/Makefile
diff -u llvm/docs/CommandGuide/Makefile:1.9 llvm/docs/CommandGuide/Makefile:1.10
--- llvm/docs/CommandGuide/Makefile:1.9 Wed Dec 8 13:01:01 2004
+++ llvm/docs/CommandGuide/Makefile Thu Dec 9 15:06:32 2004
@@ -57,6 +57,8 @@
$(HTML) : html/.dir man/.dir man/man1/.dir ps/.dir
+html: $(HTML)
+
$(BUILD_OBJ_DIR)/%.html: %.pod
$(POD2HTML) --css=manpage.css --htmlroot=. --podpath=. \
--noindex --infile=$< --outfile=$@ --title=$*
More information about the llvm-commits
mailing list