aboutsummaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-12-09 21:06:32 +0000
committerChris Lattner <sabre@nondot.org>2004-12-09 21:06:32 +0000
commitdbcd4f5dc706216bae2275de683ea513533fd770 (patch)
tree2e0dc45474ddb40021559d1faf118f85f3736740 /docs/CommandGuide
parentee3b04596d7f2a260937cbde31233213aa4e10bf (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/Makefile2
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=$*