r35250 - /packages/scilab/trunk/debian/rules

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Thu Oct 9 16:10:26 UTC 2008


Author: sylvestre-guest
Date: Thu Oct  9 16:10:26 2008
New Revision: 35250

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35250
Log:
'Should' build help

Modified:
    packages/scilab/trunk/debian/rules

Modified: packages/scilab/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/rules?rev=35250&op=diff
==============================================================================
--- packages/scilab/trunk/debian/rules (original)
+++ packages/scilab/trunk/debian/rules Thu Oct  9 16:10:26 2008
@@ -19,9 +19,10 @@
 DEB_CONFIGURE_SCRIPT_ENV += PVM_ROOT=/usr/lib/pvm3/
 DEB_CONFIGURE_NORMAL_ARGS += --prefix=$(DEB_CONFIGURE_PREFIX) \
 	--with-pvm --with-fftw --enable-relocatable \
-	--with-umfpack --enable-build-localization --with-install-help-xml
+	--with-umfpack --enable-build-localization \
+	--with-install-help-xml --enable-build-help
 
-DEB_MAKE_BUILD_TARGET := all localization
+DEB_MAKE_BUILD_TARGET := all doc 
 
 DEB_MAKE_INSTALL_TARGET := install install-data install-html \
 					prefix=$(DEB_DESTDIR)/usr \
@@ -34,7 +35,7 @@
 # Remove empty directories
 	find $(DEB_DESTDIR)/usr/share/scilab -type d -empty -delete
 # Remove extra license files to make lintian happier
-# See copyright for them
+# See debian/copyright for them
 	rm $(DEB_DESTDIR)usr/share/scilab/modules/*/license.txt
 	rm $(DEB_DESTDIR)usr/share/scilab/contrib/toolbox_skeleton/license.txt 
 	rm $(DEB_DESTDIR)usr/share/scilab/modules/tclsci/tcl/BWidget-*/LICENSE.txt




More information about the debian-science-commits mailing list