diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2015-12-08 02:33:52 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2015-12-08 02:33:52 +0000 |
commit | 7118d2f795f6bc47b9dc4313110843ca3484e567 (patch) | |
tree | c95abb00a2db95193d7bf9c829854be4df30ff61 | |
parent | c9811ac800df461b010909f343a2e0251b6b57d4 (diff) |
build-sys: remove dist-check-python
added: 279419b379
obsoleted: 2c8849add4
-rw-r--r-- | Makefile.am | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am index 917001fbc7..65a118820a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -744,8 +744,6 @@ CLEANFILES += \ man/systemd.index.xml \ man/systemd.directives.xml -EXTRA_DIST += \ - tools/make-man-rules.py endif @@ -754,6 +752,7 @@ endif EXTRA_DIST += \ $(filter-out man/systemd.directives.xml man/systemd.index.xml,$(XML_FILES)) \ tools/make-man-index.py \ + tools/make-man-rules.py \ tools/make-directive-index.py \ tools/xml_helper.py \ man/glib-event-glue.c @@ -6209,15 +6208,7 @@ DISTCHECK_CONFIGURE_FLAGS += \ --disable-split-usr endif -# -# Require python when making dist -# -.PHONY: dist-check-python dist-check-help -dist-check-python: -if !HAVE_PYTHON - @echo "*** python and python-lxml module must be installed and enabled in order to make dist" - @false -endif +.PHONY: dist-check-help dist-check-help: $(rootbin_PROGRAMS) $(bin_PROGRAMS) for i in $(abspath $^); do \ @@ -6227,8 +6218,6 @@ dist-check-help: $(rootbin_PROGRAMS) $(bin_PROGRAMS) exit 1; \ fi; done -dist: dist-check-python - .PHONY: hwdb-update hwdb-update: ( cd $(top_srcdir)/hwdb && \ |