From: Ian Lynagh Date: Wed, 24 Oct 2007 11:29:14 +0000 (+0000) Subject: Build the manpage when building, not when installing X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=12cc5a0f1aed9e0bbcf692235d7fcc964710d159 Build the manpage when building, not when installing --- diff --git a/docs/man/Makefile b/docs/man/Makefile index 047a348..b659715 100644 --- a/docs/man/Makefile +++ b/docs/man/Makefile @@ -14,6 +14,8 @@ CLEAN_FILES += $(MAN_PAGE).$(MAN_SECTION) flags.xsl flags.xml ifneq "$(DOING_BIN_DIST)" "YES" +all:: $(MAN_PAGE).$(MAN_SECTION) + $(MAN_PAGE).$(MAN_SECTION): flags.xsl flags.xml $(XSLTPROC) $(XSLTPROC_OPTS) flags.xsl flags.xml > $@