1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-19 22:50:17 +03:00

build-sys: make sure we rebuild manpages when doing releases

https://bugs.freedesktop.org/show_bug.cgi?id=76056
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2014-03-12 21:39:31 -04:00
parent bddabb5770
commit a878789268

View File

@ -4735,7 +4735,7 @@ CLEANFILES += \
# ------------------------------------------------------------------------------
if ENABLE_MANPAGES
man/custom-entities.ent:
man/custom-entities.ent: configure.ac
$(AM_V_GEN)$(MKDIR_P) $(dir $@)
$(AM_V_GEN)(echo '<?xml version="1.0" encoding="utf-8" ?>' && \
printf '$(subst '|,<!ENTITY ,$(subst =, ",$(subst |',">\n,$(substitutions))))') \