X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=bf703813d043b1cbabc56c05141a7a55d27f3793;hb=a804b788a89a881260c4d4c7eccc1677f27c54af;hp=bd9e28ef28abb7f4f8882eaebfddce718747abf6;hpb=c4f1b86299c4ce2a62ce845bc48f2794f5459762;p=elogind.git diff --git a/Makefile.am b/Makefile.am index bd9e28ef2..bf703813d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,7 @@ SUBDIRS = . po .DELETE_ON_ERROR: LIBUDEV_CURRENT=1 -LIBUDEV_REVISION=2 +LIBUDEV_REVISION=3 LIBUDEV_AGE=0 LIBGUDEV_CURRENT=1 @@ -673,9 +673,9 @@ noinst_DATA += \ CLEANFILES += \ man/index.html -$(builddir)/man/index.html: $(XML_FILES:.xml=.html) $(top_srcdir)/make-man-index.py +man/index.html: make-man-index.py $(XML_FILES) $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \ - $(PYTHON) $(top_srcdir)/make-man-index.py $(XML_FILES) > $@ + $(PYTHON) $^ > $@ EXTRA_DIST += \ man/index.html