diff options
author | Chris Lattner <sabre@nondot.org> | 2004-12-09 21:06:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-12-09 21:06:32 +0000 |
commit | dbcd4f5dc706216bae2275de683ea513533fd770 (patch) | |
tree | 2e0dc45474ddb40021559d1faf118f85f3736740 /docs/CommandGuide | |
parent | ee3b04596d7f2a260937cbde31233213aa4e10bf (diff) |
Add new pseudo target
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18723 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CommandGuide/Makefile b/docs/CommandGuide/Makefile index 51088d397d..836c461801 100644 --- a/docs/CommandGuide/Makefile +++ b/docs/CommandGuide/Makefile @@ -57,6 +57,8 @@ PS = $(patsubst $(BUILD_SRC_DIR)/%.pod, $(BUILD_OBJ_DIR)/%.ps, $(POD)) $(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=$* |