mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Remove MANIFEST build logic from the Makefile
I almost didn't notice it existed.
This commit is contained in:
parent
6a2d247be1
commit
00c1b410d0
1 changed files with 2 additions and 5 deletions
7
Makefile
7
Makefile
|
|
@ -66,14 +66,11 @@ distclean: clean
|
|||
rm -rf $(APPNAME)-$(VERSION)
|
||||
rm -rf coverage dist-stamp python-build-stamp*
|
||||
|
||||
MANIFEST: MANIFEST.in setup.py
|
||||
$(PYTHON) setup.py sdist --manifest-only
|
||||
|
||||
locale:
|
||||
$(MAKE) -C po
|
||||
|
||||
# to build in the current directory
|
||||
localbuild: MANIFEST locale
|
||||
localbuild: locale
|
||||
$(PYTHON) setup.py build
|
||||
|
||||
release: distclean releasecheck filescheck
|
||||
|
|
@ -122,7 +119,7 @@ chmod:
|
|||
-chmod -R a+rX,u+w,go-w $(CHMODMINUSMINUS) *
|
||||
find . -type d -exec chmod 755 {} \;
|
||||
|
||||
dist: locale MANIFEST chmod
|
||||
dist: locale chmod
|
||||
rm -f dist/$(ARCHIVE_SOURCE)
|
||||
$(PYTHON) setup.py sdist --formats=tar
|
||||
gzip --best dist/$(APPNAME)-$(VERSION).tar
|
||||
|
|
|
|||
Loading…
Reference in a new issue