mirror of https://github.com/dspinellis/UMLGraph
Use OpenSSL for MD5 checksums
This commit is contained in:
parent
0bf2c1e440
commit
0a8e4a2481
4
Makefile
4
Makefile
|
|
@ -82,5 +82,5 @@ web: $(BALL_TAR_GZ) CHECKSUM.MD5
|
|||
tar cf - javadoc | tar -C $(WEBDIR) -xvf -
|
||||
|
||||
CHECKSUM.MD5: $(BALL_TAR_GZ) $(JARFILE)
|
||||
md5 legacy/UMLGraph-2.10.* legacy/UMLGraph-4.8.* UMLGraph-$(VERSION).* >CHECKSUM.MD5
|
||||
(cd lib ; md5 UmlGraph.jar) >>CHECKSUM.MD5
|
||||
openssl md5 legacy/UMLGraph-2.10.* legacy/UMLGraph-4.8.* UMLGraph-$(VERSION).* >CHECKSUM.MD5
|
||||
(cd lib ; openssl md5 UmlGraph.jar) >>CHECKSUM.MD5
|
||||
|
|
|
|||
Loading…
Reference in New Issue