From 073f74326fe977c085cfbe7a5a804ad0c3350c7c Mon Sep 17 00:00:00 2001 From: calvin Date: Sat, 7 Sep 2002 13:37:29 +0000 Subject: [PATCH] updated git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@516 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- Makefile | 4 +++- po/Makefile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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