[Pkg-scicomp-devel] xmds/trunk/debian

Rafael Laboissiere rafael at debian.org
Thu Feb 28 23:32:59 UTC 2008


SVN commit 2215 by rafael:

Install examples in appropriate doc directory

 M  +5 -1      xmds/trunk/debian/rules  


--- xmds/trunk/debian/rules #2214:2215
@@ -6,7 +6,8 @@
 debdir  = $(CURDIR)/debian
 instdir = $(debdir)/xmds
 shrdir  = $(instdir)/usr/share
-expdir  = $(shrdir)/doc/xmds/examples
+docdir  = $(shrdir)/doc/xmds
+expdir  = $(docdir)/examples
 mdir    = $(shrdir)/octave/site/m
 
 DEB_CONFIGURE_EXTRA_FLAGS =		\
@@ -17,6 +18,9 @@
 
 DEB_COMPRESS_EXCLUDE = .xmds
 
+DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(instdir)	\
+			  docdir=/usr/share/doc/xmds
+
 build/xmds:: make-examples-stamp
 make-examples-stamp:
 	# Run test



More information about the Pkg-scicomp-devel mailing list