X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fblosxom.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=1bd0d40e70f01782d66effed03c24a678394d128;hp=0000000000000000000000000000000000000000;hb=f58f1e6d9a3d9e8f31c8bb80e3a422f4312109ba;hpb=3ae079e92bfa02656179e5933937c9103f8be48f diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1bd0d40 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +VERSION=$(shell head -1 ChangeLog | sed -e s/v//) + +dist: + rm -rf ../blosxom-$(VERSION)/ + mkdir ../blosxom-$(VERSION) + cp -priv * ../blosxom-$(VERSION)/ + cd .. && tar cvzf blosxom-$(VERSION).tar.gz --exclude=CVS --exclude='*~' --exclude=".??*" --exclude="#*#" --exclude="*.t" blosxom-$(VERSION)/ + rm -rf ../blosxom-$(VERSION)/ + +