projects
/
fairymax.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
af07349
)
Let make dist also create file with md5 sums
author
H.G. Muller
<h.g.muller@hccnet.nl>
Fri, 15 Jan 2010 16:30:53 +0000 (17:30 +0100)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Fri, 15 Jan 2010 16:30:53 +0000 (17:30 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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: