OSDN Git Service

Add new pseudo target
authorChris Lattner <sabre@nondot.org>
Thu, 9 Dec 2004 21:06:32 +0000 (21:06 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 Dec 2004 21:06:32 +0000 (21:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18723 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/Makefile

index 51088d3..836c461 100644 (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=$*