mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 10:00:07 +01:00
build: fix out-of-tree build generating "man/common.ent"
Fixes:4de6f603e3(cherry picked from commit03efe8dba7)
This commit is contained in:
parent
d5b98617ad
commit
8d18e13ace
1 changed files with 4 additions and 0 deletions
|
|
@ -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))) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue