mirror of https://github.com/dspinellis/UMLGraph
Correct copy of UmlGraph.jar with version appended.
This commit is contained in:
parent
2eb477bda9
commit
25358a4156
5
Makefile
5
Makefile
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
|
||||
.SUFFIXES:.class .java
|
||||
VERSION=2.4
|
||||
VERSION=2.6
|
||||
TARBALL=UMLGraph-$(VERSION).tar.gz
|
||||
ZIPBALL=UMLGraph-$(VERSION).zip
|
||||
DISTDIR=UMLGraph-$(VERSION)
|
||||
|
|
@ -39,5 +39,6 @@ UmlGraph.jar: UmlGraph.class
|
|||
UmlGraph.class: UmlGraph.java
|
||||
|
||||
web: $(TARBALL)
|
||||
cp UmlGraph.jar $(TARBALL) $(ZIPBALL) $(WEBDIR)
|
||||
cp $(TARBALL) $(ZIPBALL) $(WEBDIR)
|
||||
cp UmlGraph.jar $(WEBDIR)/UmlGraph-$(VERSION).jar
|
||||
sed "s/VERSION/$(VERSION)/g" index.html >$(WEBDIR)/index.html
|
||||
|
|
|
|||
Loading…
Reference in New Issue