From: Chris Lattner Date: Thu, 9 Dec 2004 21:06:32 +0000 (+0000) Subject: Add new pseudo target X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=dbcd4f5dc706216bae2275de683ea513533fd770;p=oota-llvm.git 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 51088d397d5..836c461801c 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=$*