mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
Merge pull request #152 from zonque/buildsys
build-sys: make man/systemd.directives.xml depend on man/custom-entit…
This commit is contained in:
commit
6f45f8ca76
@ -714,9 +714,9 @@ man/systemd.index.xml: $(top_srcdir)/tools/make-man-index.py $(NON_INDEX_XML_FIL
|
||||
$(AM_V_at)$(MKDIR_P) $(dir $@)
|
||||
$(AM_V_GEN)$(PYTHON) $< $@ $(filter-out $<,$^)
|
||||
|
||||
man/systemd.directives.xml: $(top_srcdir)/tools/make-directive-index.py $(SOURCE_XML_FILES)
|
||||
man/systemd.directives.xml: $(top_srcdir)/tools/make-directive-index.py man/custom-entities.ent $(SOURCE_XML_FILES)
|
||||
$(AM_V_at)$(MKDIR_P) $(dir $@)
|
||||
$(AM_V_GEN)$(PYTHON) $< $@ $(filter-out $<,$^)
|
||||
$(AM_V_GEN)$(PYTHON) $< $@ $(SOURCE_XML_FILES)
|
||||
|
||||
CLEANFILES += \
|
||||
man/systemd.index.xml \
|
||||
|
Loading…
Reference in New Issue
Block a user