Add new pseudo target

llvm-svn: 18723
This commit is contained in:
Chris Lattner 2004-12-09 21:06:32 +00:00
parent 32f139a169
commit 6e8183063f
1 changed files with 2 additions and 0 deletions

View File

@ -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=$*