build: Fix the --disable-man case

The manpage listing needs to be inside the conditional.
This commit is contained in:
Colin Walters
2012-08-16 18:31:02 -04:00
parent d7e1d51fc9
commit aa50b8aec3
3 changed files with 15 additions and 8 deletions

View File

@@ -69,12 +69,15 @@ EXTRA_DIST += \
########################################################################
man_MANS = \
man_MANS =
if ENABLE_MAN
man_MANS += \
glib-mkenums.1 \
glib-genmarshal.1 \
gobject-query.1
if ENABLE_MAN
XSLTPROC_FLAGS = \
--nonet \