Build the manpage when building, not when installing
[ghc-hetmet.git] / docs / man / Makefile
index 047a348..b659715 100644 (file)
@@ -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 > $@