mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-22 00:40:30 +00:00
Add not about bdist_rpm bug
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3925 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
55e79604c2
commit
67bf6499c8
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -106,6 +106,9 @@ chmod:
|
|||
.PHONY: dist
|
||||
dist: locale MANIFEST chmod
|
||||
$(PYTHON) setup.py sdist --formats=gztar
|
||||
# no rpm buildable with bdist_rpm, presumable due to this bug:
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=236535
|
||||
# too uninvolved to fix it
|
||||
|
||||
dist-stamp: changelog
|
||||
$(MAKE) dist
|
||||
|
|
|
|||
Loading…
Reference in a new issue