Make python binary configurable and execute filescheck on release.

This commit is contained in:
Bastian Kleineidam 2012-04-23 21:14:13 +02:00
parent eabe807411
commit eb98c27ed0

View file

@ -1,6 +1,6 @@
# This Makefile is only used by developers.
PYVER:=2.7
PYTHON:=python$(PYVER)
PYTHON?=python$(PYVER)
VERSION:=$(shell $(PYTHON) setup.py --version)
PLATFORM:=$(shell $(PYTHON) -c "from distutils.util import get_platform; print get_platform()")
FILESCHECK_URL:=http://localhost/~calvin/
@ -86,7 +86,7 @@ upload:
.PHONY: release
release: distclean releasecheck dist-stamp sign_distfiles upload
release: distclean releasecheck filescheck clean dist-stamp sign_distfiles upload
git tag v$(VERSION)
@echo "Updating LinkChecker Homepage..."
$(MAKE) -C doc man