Makefile.am: MKDIR_P man for man/index.html

This commit is contained in:
Harald Hoyer 2012-07-17 16:39:29 +02:00
parent fdc0d8468a
commit b694b00b45

View file

@ -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