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 | 6e8183063fa23041546a7d10a619beda053c1f81 (patch) | |
| tree | 175a2ff628d53d4519928fc494376dfde9b83e7f /llvm/docs/CommandGuide | |
| parent | 32f139a169dd8e243af0b1a8f152bff2e7259a33 (diff) | |
| download | bcm5719-llvm-6e8183063fa23041546a7d10a619beda053c1f81.tar.gz bcm5719-llvm-6e8183063fa23041546a7d10a619beda053c1f81.zip | |
Add new pseudo target
llvm-svn: 18723
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/Makefile b/llvm/docs/CommandGuide/Makefile index 51088d397d5..836c461801c 100644 --- a/llvm/docs/CommandGuide/Makefile +++ b/llvm/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=$* |

