mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-04 23:20:34 +00:00
create manifest for distribution
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2482 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
ecd7e44935
commit
2f81057f5e
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -46,9 +46,12 @@ cleandeb:
|
|||
rm -f debian/*.debhelper debian/{files,substvars}
|
||||
rm -f configure-stamp build-stamp
|
||||
|
||||
config:
|
||||
config: MANIFEST
|
||||
$(PYTHON) setup.py config -lcrypto
|
||||
|
||||
MANIFEST: MANIFEST.in setup.py
|
||||
$(PYTHON) setup.py sdist --manifest-only
|
||||
|
||||
locale:
|
||||
$(MAKE) -C po
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue