X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=b6e12936daa64095475585aff7274abfa766f16c;hb=b396c6d276faa8130351c32edfdcf9e2d6796392;hp=d748c00409cd6758f91229caddf1ed8485319ad6;hpb=7876eb063a65d31936f24660067ccd24e8b660cd;p=mimedecode.git diff --git a/Makefile b/Makefile index d748c00..b6e1293 100644 --- a/Makefile +++ b/Makefile @@ -1,16 +1,16 @@ .PHONY: all -all: distr docs - -.PHONY: distr -distr: - ./mk-distr +all: docs distr .PHONY: docs docs: mimedecode.html mimedecode.man mimedecode.txt include Makefile.xsltproc +.PHONY: distr +distr: + ./mk-distr + CLEANFILES = *.py[co] MANIFEST