[pkg-java] r7027 - trunk/vecmath-sun/debian

pere at alioth.debian.org pere at alioth.debian.org
Sat Sep 20 21:49:57 UTC 2008


Author: pere
Date: 2008-09-20 21:49:56 +0000 (Sat, 20 Sep 2008)
New Revision: 7027

Modified:
   trunk/vecmath-sun/debian/rules
Log:
Include javadoc files.

Modified: trunk/vecmath-sun/debian/rules
===================================================================
--- trunk/vecmath-sun/debian/rules	2008-09-20 21:43:29 UTC (rev 7026)
+++ trunk/vecmath-sun/debian/rules	2008-09-20 21:49:56 UTC (rev 7027)
@@ -8,7 +8,7 @@
 
 DEB_JARS             := ant-launcher
 DEB_ANT_CLEAN_TARGET := clean
-DEB_ANT_BUILD_TARGET := jar
+DEB_ANT_BUILD_TARGET := jar docs
 DEB_BUILDDIR         := vecmath
 
 PACKAGE              := libvecmath-sun-java
@@ -16,9 +16,10 @@
 install/$(PACKAGE)::
 	install -m 644 -D vecmath/build/opt/lib/ext/vecmath.jar debian/$(PACKAGE)/usr/share/java/vecmath-$(DEB_UPSTREAM_VERSION).jar
 	ln -s vecmath-$(DEB_UPSTREAM_VERSION).jar debian/$(PACKAGE)/usr/share/java/vecmath.jar
+	install -d debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/.
+	cp -r vecmath/build/javadocs debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/javadocs
 
 clean::
-	$(RM) -r gluegen/build
 
 CVS_TAG = rel-1_5_2-fcs
 CVS_VER = 1.5.2




More information about the pkg-java-commits mailing list