From e4d9640961362dae47dd8a4d97dfe7e9436395cd Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 17 Jul 2012 18:17:14 +0200 Subject: Makefile.am: fixed dependencies for man/index.html --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4e3b360593..b8ec740e05 100644 --- a/Makefile.am +++ b/Makefile.am @@ -669,9 +669,11 @@ noinst_DATA += \ CLEANFILES += \ man/index.html -man/index.html: $(XML_FILES) $(top_srcdir)/make-man-index.py +$(builddir)/man/index.html: $(XML_FILES:.xml=.html) $(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 $@ + $(PYTHON) $(top_srcdir)/make-man-index.py $(XML_FILES) > $@ || rm $@ + +EXTRA_DIST += man/index.html endif endif -- cgit v1.2.3-54-g00ecf