Skip to content
Snippets Groups Projects
Commit f727d134 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Makefile.am: Don't include MAINTAINERCLEANFILES in EXTRA_DIST


Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
parent 7e1ccbe0
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,6 @@ dist_tools_SCRIPTS = \
tools/lvmstrap
EXTRA_DIST = \
$(MAINTAINERCLEANFILES) \
NEWS \
pylintrc \
autotools/build-bash-completion \
......@@ -218,6 +217,7 @@ EXTRA_DIST = \
daemons/ganeti-cleaner.in \
devel/upload.in \
$(docdot) \
$(docpng) \
$(docrst) \
doc/conf.py \
doc/html \
......@@ -231,7 +231,8 @@ EXTRA_DIST = \
$(dist_TESTS) \
$(TEST_FILES) \
man/footer.sgml \
$(mansgml) $(maninput) \
$(mansgml) \
$(maninput) \
qa/ganeti-qa.py \
qa/qa-sample.json \
qa/qa_cluster.py \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment