From 7118d2f795f6bc47b9dc4313110843ca3484e567 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Tue, 8 Dec 2015 02:33:52 +0000 Subject: build-sys: remove dist-check-python added: 279419b379 obsoleted: 2c8849add4 --- Makefile.am | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'Makefile.am') 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 && \ -- cgit v1.2.3-54-g00ecf