commit | dbcd4f5dc706216bae2275de683ea513533fd770 | [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 | 2e0dc45474ddb40021559d1faf118f85f3736740 | |
parent | ee3b04596d7f2a260937cbde31233213aa4e10bf [diff] [blame] |
Add new pseudo target git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18723 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/CommandGuide/Makefile b/docs/CommandGuide/Makefile index 51088d3..836c461 100644 --- a/docs/CommandGuide/Makefile +++ b/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=$*