[systemd-commits] Makefile.am

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Wed Mar 12 18:40:52 PDT 2014


 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a878789268a0d3e165cde1b816534d40bddf78c4
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Wed Mar 12 21:39:31 2014 -0400

    build-sys: make sure we rebuild manpages when doing releases
    
    https://bugs.freedesktop.org/show_bug.cgi?id=76056

diff --git a/Makefile.am b/Makefile.am
index bd78f44..2e4f857 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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))))') \



More information about the systemd-commits mailing list