]> git.phdru.name Git - mimedecode.git/blobdiff - Makefile
Version 2.1.2: minor fix in Makefile
[mimedecode.git] / Makefile
index 501efb64819e4fcb13faacf769609477b5db30cd..21100c9f800837d94020eb208d221eb670c39cad 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
 
-VERSION=$(shell python -c "from mimedecode import _version; print _version")
+VERSION=$(shell python -c "from mimedecode import __version__; print __version__")
 
+.PHONY: all
 all: docs sdist
 
 DISTFILES = mimedecode.py \