mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-26 17:14:42 +00:00
oops, fix dist creation
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@562 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
01936d5dc4
commit
f65a87a3a0
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -40,7 +40,8 @@ config:
|
|||
# no rpm package; too much trouble, cannot test
|
||||
dist: locale config
|
||||
$(PYTHON) setup.py sdist --formats=gztar,zip bdist_wininst
|
||||
rm -f $(MD5SUMS) md5sum dist/* > $(MD5SUMS)
|
||||
rm -f $(MD5SUMS)
|
||||
md5sum dist/* > $(MD5SUMS)
|
||||
|
||||
# produce the .deb Debian package
|
||||
deb_local: cleandeb
|
||||
|
|
|
|||
Loading…
Reference in a new issue