removed manifest.in from dist line in daemon makefile
This commit is contained in:
parent
20305776e4
commit
3b568e965d
1 changed files with 1 additions and 1 deletions
|
@ -63,4 +63,4 @@ dist-hook:
|
|||
DISTCLEANFILES = Makefile.in core/*.pyc MANIFEST
|
||||
|
||||
# files to include with distribution tarball
|
||||
EXTRA_DIST = $(SETUPPY) MANIFEST.in core doc $(LOGROTATE_FILE)
|
||||
EXTRA_DIST = $(SETUPPY) core doc $(LOGROTATE_FILE)
|
||||
|
|
Loading…
Reference in a new issue