git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@516 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2002-09-07 13:37:29 +00:00
parent be2f68619b
commit 073f74326f
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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