[systemd-commits] Makefile.am
Harald Hoyer
harald at kemper.freedesktop.org
Tue Jul 17 07:42:57 PDT 2012
Makefile.am | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b694b00b450673f4bc2d47aebeb0c091e66d1b25
Author: Harald Hoyer <harald at redhat.com>
Date: Tue Jul 17 16:39:29 2012 +0200
Makefile.am: MKDIR_P man for man/index.html
diff --git a/Makefile.am b/Makefile.am
index eb5eb9e..4e3b360 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -670,6 +670,7 @@ CLEANFILES += \
man/index.html
man/index.html: $(XML_FILES) $(top_srcdir)/make-man-index.py
+ $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
$(AM_V_GEN)$(PYTHON) $(top_srcdir)/make-man-index.py $(XML_FILES) > $@ || rm $@
endif
More information about the systemd-commits
mailing list