mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
build-sys: make building of index.html fail sensibly
This commit is contained in:
parent
92e1ecc62b
commit
6fa9a61092
@ -668,8 +668,8 @@ noinst_DATA += \
|
||||
CLEANFILES += \
|
||||
man/index.html
|
||||
|
||||
man/index.html: $(XML_FILES)
|
||||
$(AM_V_GEN)$(PYTHON) $(top_srcdir)/make-man-index.py $(XML_FILES) > $@
|
||||
man/index.html: $(XML_FILES) $(top_srcdir)/make-man-index.py
|
||||
$(AM_V_GEN)$(PYTHON) $(top_srcdir)/make-man-index.py $(XML_FILES) > $@ || rm $@
|
||||
endif
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user