diff --git a/Makefile b/Makefile index fec38d6..1a68393 100644 --- a/Makefile +++ b/Makefile @@ -40,5 +40,5 @@ UmlGraph.class: UmlGraph.java web: $(TARBALL) cp $(TARBALL) $(ZIPBALL) $(WEBDIR) - cp UmlGraph.jar $(WEBDIR)/UmlGraph-$(VERSION).jar + cp UmlGraph.jar $(WEBDIR)/jars/UmlGraph-$(VERSION).jar sed "s/VERSION/$(VERSION)/g" index.html >$(WEBDIR)/index.html diff --git a/index.html b/index.html index 9618c0d..3d01c34 100644 --- a/index.html +++ b/index.html @@ -121,7 +121,7 @@ and the complete documentation in HTML format).
  • Version history
  • freshmeat.net page (use it to subscribe and post comments)
  • -
  • UmlGraph binary - UmlGraph-VERSION.jar +
  • UmlGraph binary - UmlGraph-VERSION.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 9618c0d..3d01c34 100644 --- a/web/index.html +++ b/web/index.html @@ -121,7 +121,7 @@ and the complete documentation in HTML format).
  • Version history
  • freshmeat.net page (use it to subscribe and post comments)
  • -
  • UmlGraph binary - UmlGraph-VERSION.jar +
  • UmlGraph binary - UmlGraph-VERSION.jar (jar file containing only the UmlGraph classes; please use this only for pulling UmlGraph into other projects).