Let make dist also create file with md5 sums
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 15 Jan 2010 16:30:53 +0000 (17:30 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Fri, 15 Jan 2010 16:30:53 +0000 (17:30 +0100)
Makefile

index ff97471..28c9c71 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,8 @@ dist-clean:
 
 dist:
        rm -f fairymax.tar fairymax.tar.gz
-       tar -cvvf fairymax.tar fairymax.c maxqi.c fmax.6.pod Makefile README changelog copyright data
+       md5 ./* ./data/* > md5sums
+       tar -cvvf fairymax.tar fairymax.c maxqi.c fmax.6.pod Makefile README changelog copyright md5sums data
        gzip fairymax.tar
 
 uninstall: