Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 220 → Rev 217

/relevation/tags/1.2/GNUmakefile
4,7 → 4,7
DESTDIR:=
 
PKG=relevation
VERSION=$(shell printf 'import relevation\nprint relevation.__version__' | python - && $(RM) relevation.pyc )
VERSION=$(shell printf 'import relevation\nprint relevation.__version__' | python -)
PKGVER=$(PKG)-$(VERSION)
 
INSTALLROOT=$(DESTDIR)$(prefix)