Build the manpage when building, not when installing
authorIan Lynagh <igloo@earth.li>
Wed, 24 Oct 2007 11:29:14 +0000 (11:29 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 24 Oct 2007 11:29:14 +0000 (11:29 +0000)
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 > $@