[cairo-commit] cairo-java Makefile.am, 1.20, 1.21 ChangeLog, 1.78, 1.79

Andrew Frederick Cowie commit at pdx.freedesktop.org
Wed Oct 5 11:19:50 PDT 2005


Committed by: afcowie

Update of /cvs/cairo/cairo-java
In directory gabe:/tmp/cvs-serv14118

Modified Files:
	Makefile.am ChangeLog 
Log Message:
Fixed use of $jardir in install-data-hook make target


Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo-java/Makefile.am,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Makefile.am	24 Sep 2005 13:41:57 -0000	1.20
+++ Makefile.am	5 Oct 2005 18:19:48 -0000	1.21
@@ -136,7 +136,7 @@
 dest_cairo_javadoc_dirs = $(patsubst doc/api/%,%,$(shell find doc/api -mindepth 1 -type d))
 
 install-data-hook:
-	cd $(DESTDIR)$(datadir)/java && \
+	cd $(DESTDIR)$(jardir) && \
 		mv -f cairo$(apiversion).jar cairo$(apiversion)-$(VERSION).jar && \
 		$(LN_S) cairo$(apiversion)-$(VERSION).jar cairo$(apiversion).jar
 

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-java/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- ChangeLog	5 Oct 2005 15:41:42 -0000	1.78
+++ ChangeLog	5 Oct 2005 18:19:48 -0000	1.79
@@ -1,3 +1,8 @@
+2005-10-05  Andrew Cowie  <andrew at operationaldynamics.com>
+
+	* Makefile.am:
+	Fixed use of $jardir in install-data-hook make target
+
 2005-10-05  Igor Foox  <ifoox at redhat.com>
 
 	* autogen.sh: Replaced aclocal with $ACLOCAL.



More information about the cairo-commit mailing list