From 12cc5a0f1aed9e0bbcf692235d7fcc964710d159 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 24 Oct 2007 11:29:14 +0000 Subject: [PATCH] Build the manpage when building, not when installing --- docs/man/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 > $@ -- 1.7.10.4