aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorimbert2012-10-11 08:46:09 +0000
committerimbert2012-10-11 08:46:09 +0000
commit94e8bb452f6c698f0aa48e2a0267c605471577fe (patch)
tree16076ef175f7a772f49804f629403439748a9eb6
parent60f81e3891280eabe0bc4657277bc7b68fe111f3 (diff)
downloadivy-java-94e8bb452f6c698f0aa48e2a0267c605471577fe.zip
ivy-java-94e8bb452f6c698f0aa48e2a0267c605471577fe.tar.gz
ivy-java-94e8bb452f6c698f0aa48e2a0267c605471577fe.tar.bz2
ivy-java-94e8bb452f6c698f0aa48e2a0267c605471577fe.tar.xz
-rw-r--r--Makefile3
1 files changed, 1 insertions, 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/