diff --git a/Makefile b/Makefile index f9ce773..d9c09b2 100644 --- a/Makefile +++ b/Makefile @@ -39,5 +39,5 @@ UmlGraph.jar: UmlGraph.class UmlGraph.class: UmlGraph.java web: $(TARBALL) - cp $(TARBALL) $(ZIPBALL) $(WEBDIR) + cp UmlGraph.jar $(TARBALL) $(ZIPBALL) $(WEBDIR) sed "s/VERSION/$(VERSION)/g" index.html >$(WEBDIR)/index.html diff --git a/index.html b/index.html index 917f9f4..52c6f0b 100644 --- a/index.html +++ b/index.html @@ -121,6 +121,10 @@ and the complete documentation in HTML format).
  • Version history
  • freshmeat.net page (use it to subscribe and post comments)
  • +
  • UmlGraph binary - .jar +(jar file containing only the UmlGraph classes; +please use this only for pulling UmlGraph into other projects). +
  • diff --git a/web/index.html b/web/index.html index 917f9f4..52c6f0b 100644 --- a/web/index.html +++ b/web/index.html @@ -121,6 +121,10 @@ and the complete documentation in HTML format).
  • Version history
  • freshmeat.net page (use it to subscribe and post comments)
  • +
  • UmlGraph binary - .jar +(jar file containing only the UmlGraph classes; +please use this only for pulling UmlGraph into other projects). +