mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-11 08:03:11 +00:00
updated
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@516 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
be2f68619b
commit
073f74326f
2 changed files with 4 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -37,7 +37,9 @@ config:
|
|||
|
||||
# no rpm package; too much trouble, cannot test
|
||||
dist: locale config
|
||||
$(PYTHON) setup.py sdist --formats=gztar,zip bdist_wininst
|
||||
$(PYTHON) setup.py sdist --formats=gztar,zip
|
||||
python2.1 setup.py bdist_wininst
|
||||
python2.2 setup.py bdist_wininst
|
||||
|
||||
# produce the .deb Debian package
|
||||
deb_local: cleandeb
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# I copied the scripts in Tools/i18n of the Python 2.0 distribution
|
||||
I18NTOOLS=.
|
||||
PYTHON=python
|
||||
PYTHON=python2.1
|
||||
GETTEXT=$(PYTHON) $(I18NTOOLS)/pygettext.py -k linkcheck._
|
||||
MSGFMT=$(PYTHON) $(I18NTOOLS)/msgfmt.py
|
||||
#MSGFMT=msgfmt
|
||||
|
|
|
|||
Loading…
Reference in a new issue