From: H.G. Muller Date: Fri, 15 Jan 2010 16:30:53 +0000 (+0100) Subject: Let make dist also create file with md5 sums X-Git-Tag: 4.8O~7 X-Git-Url: http://winboard.nl/cgi-bin?p=fairymax.git;a=commitdiff_plain;h=72dc68f33a353ae391f7e42a416d312c6028482c Let make dist also create file with md5 sums --- diff --git a/Makefile b/Makefile index ff97471..28c9c71 100644 --- 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: