commit | 6e8183063fa23041546a7d10a619beda053c1f81 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Dec 09 21:06:32 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Dec 09 21:06:32 2004 +0000 |
tree | 175a2ff628d53d4519928fc494376dfde9b83e7f | |
parent | 32f139a169dd8e243af0b1a8f152bff2e7259a33 [diff] |
Add new pseudo target llvm-svn: 18723
diff --git a/llvm/docs/CommandGuide/Makefile b/llvm/docs/CommandGuide/Makefile index 51088d3..836c461 100644 --- a/llvm/docs/CommandGuide/Makefile +++ b/llvm/docs/CommandGuide/Makefile
@@ -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=$*