From 94e8bb452f6c698f0aa48e2a0267c605471577fe Mon Sep 17 00:00:00 2001 From: imbert Date: Thu, 11 Oct 2012 08:46:09 +0000 Subject: --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 513955a..9f850a8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include java.mk # Be sure to set this before compiling ... - VERSION = 1.2.13 + VERSION = 1.2.17 DIST = ivy-$(VERSION).jar DOCS = doc/html/api #dist = woody/ @@ -48,7 +48,6 @@ install: install -m 0644 doc/jprobe.1 $(DESTDIR)/usr/man/man1/ gzip -9 $(DESTDIR)/usr/man/man1/jprobe.1 install -m 0644 $(DIST) $(DESTDIR)/usr/share/java/ivy.jar - ln -sf $(DESTDIR)/usr/share/java/$(DIST) $(DESTDIR)/usr/share/java/ivy.jar (cd src; $(MAKE) docs DOCS=$(DESTDIR)/usr/share/doc/libivy-java/html/api) #cp -R doc/ivy-java $(DESTDIR)/usr/share/doc/libivy-java/programmersguide #install -m 0644 doc/ivy-java.pdf $(DESTDIR)/usr/share/doc/libivy-java/ -- cgit v1.1