X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=12b9bd9684cb9383d922021a62cb31ddbf3821cb;hb=77b3ab94d1f635b819a50b4cf5a9cfa250cf92a9;hp=c27f3a27b88f219576ba0590c070df1712290bc1;hpb=6d44cf69f7543992b197d6e6ce1826e687beea63;p=mimedecode.git diff --git a/Makefile b/Makefile index c27f3a2..12b9bd9 100644 --- a/Makefile +++ b/Makefile @@ -13,12 +13,14 @@ mimedecode.html \ mimedecode.man \ mimedecode.txt +.PHONY: sdist sdist: dist/mimedecode-2.1.0.tar.gz - touch sdist +.PHONY: dist dist/mimedecode-2.1.0.tar.gz: $(DISTFILES) - umask 022 && python setup.py sdist + umask 022 && chmod a+rX $(DISTFILES) && python setup.py sdist +.PHONY: docs docs: mimedecode.man mimedecode.txt mimedecode.html include Makefile.4xslt @@ -26,8 +28,10 @@ include Makefile.4xslt CLEANFILES = mimedecode.pyc MANIFEST sdist +.PHONY: clean clean: rm -f $(CLEANFILES) +.PHONY: distclean distclean: clean rm -rf dist sdist