updates to try and resync make dist to include current files

This commit is contained in:
Blake J. Harnden 2018-03-14 10:43:25 -07:00
parent 3b568e965d
commit 8e3b6b0b95
6 changed files with 38 additions and 18 deletions

View file

@ -58,9 +58,23 @@ clean-local:
# because we include entire directories with EXTRA_DIST, we need to clean up
# the source control files
dist-hook:
rm -rf `find $(distdir)/ -name '*.pyc'`
-rm -rf `find $(distdir)/ -name '*.pyc'`
DISTCLEANFILES = Makefile.in core/*.pyc MANIFEST
distclean-local:
-rm -rf core.egg-info
DISTCLEANFILES = Makefile.in
# files to include with distribution tarball
EXTRA_DIST = $(SETUPPY) core doc $(LOGROTATE_FILE)
EXTRA_DIST = $(SETUPPY) \
core \
data \
doc/conf.py.in \
examples \
sbin \
tests \
test.py \
setup.cfg \
requirements.txt \
$(LOGROTATE_FILE)