X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=6f80b91b44f3bf127f3c80e23ab1909cfe91b379;hb=e7c0fe9e055fc15daa51d1ec0ce85cb5621fc425;hp=d9ad6972b84884445a64b3acbe5cb8536db2ca63;hpb=47586f2b33803bf4483ccdbba5f0c17bb6117366;p=mimedecode.git diff --git a/Makefile b/Makefile index d9ad697..6f80b91 100644 --- a/Makefile +++ b/Makefile @@ -1,19 +1,24 @@ -VERSION=$(shell python -c "from mimedecode import __version__; print __version__") +VERSION=$(shell python -c "from __version__ import __version__; print __version__") +.PHONY: all all: docs sdist -DISTFILES = mimedecode.py \ -setup.py \ +DISTFILES = \ +ANNOUNCE \ +INSTALL.txt \ +MANIFEST.in \ Makefile \ -Makefile.sgmlt \ Makefile.4xslt \ -MANIFEST.in \ -ANNOUNCE \ +Makefile.sgmlt \ +Makefile.xsltproc \ mimedecode.docbook \ mimedecode.html \ mimedecode.man \ -mimedecode.txt +mimedecode.py \ +mimedecode.txt \ +mimedecode_version.py \ +setup.py .PHONY: sdist sdist: dist/mimedecode-$(VERSION).tar.gz