build: fix out-of-tree build generating "man/common.ent"
Fixes: 4de6f603e3
This commit is contained in:
@@ -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))) \
|
||||
|
Reference in New Issue
Block a user