build: fix out-of-tree build generating "man/common.ent"

Fixes: 4de6f603e3
This commit is contained in:
Thomas Haller
2017-02-15 23:10:13 +01:00
parent 4de6f603e3
commit 03efe8dba7

View File

@@ -3951,6 +3951,7 @@ endif
###############################################################################
man/common.ent: man/common.ent.in
@mkdir -p man/
$(AM_V_GEN) $(data_edit) $< >$@
xsltproc_flags = \
@@ -4003,6 +4004,9 @@ EXTRA_DIST += man/nm-settings-ifcfg-rh.5
dist_dependencies += man/nm-settings-ifcfg-rh.5
endif
CLEANFILES += \
man/common.ent
EXTRA_DIST += \
$(man_nm_settings_xml) \
$(addsuffix .xsl,$(basename $(man_nm_settings_xml))) \