mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-29 18:44:43 +00:00
Do not generate rpm since bdist_rpm is broken for now.
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3854 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
bc48ce8a96
commit
884f42122e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -108,7 +108,7 @@ chmod:
|
|||
|
||||
.PHONY: dist
|
||||
dist: locale MANIFEST chmod
|
||||
$(PYTHON) setup.py sdist --formats=gztar bdist_rpm
|
||||
$(PYTHON) setup.py sdist --formats=gztar
|
||||
|
||||
dist-stamp: changelog
|
||||
$(MAKE) dist
|
||||
|
|
|
|||
Loading…
Reference in a new issue