diff --git a/Makefile b/Makefile index 5b529a96..09e97373 100644 --- a/Makefile +++ b/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 diff --git a/po/Makefile b/po/Makefile index a3e11fbc..b9ea3b43 100644 --- a/po/Makefile +++ b/po/Makefile @@ -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