mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-27 09:35:52 +07:00
Makefile.am: fixed dependencies for man/index.html
This commit is contained in:
parent
cee530bb23
commit
e4d9640961
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user