[Pkg-scicomp-commits] ufsparse/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Fri Apr 7 12:19:21 UTC 2006


SVN commit 374 by prudhomm:

update documentation -doc

 M  +9 -2      ufsparse/trunk/debian/rules  


--- ufsparse/trunk/debian/rules #373:374
@@ -10,8 +10,8 @@
 # Add here any variable or target overrides you need
 DEB_MAKE_CLEAN_TARGET    := clean
 DEB_MAKE_BUILD_TARGET    := default
+DEB_COMPRESS_EXCLUDE     := .pdf
 
-
 include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/tarball.mk
@@ -56,7 +56,14 @@
 	-(cd UMFPACK/Lib && ln -sf libumfpack.so.${version} libumfpack.so)
 	-(cd CHOLMOD/Lib && ln -sf libcholmod.so.${version} libcholmod.so)
 
+build/libufsparse-doc::
+	-( cd CHOLMOD/Doc && cp UserGuide.pdf  CHOLMOD_UserGuide.pdf && cp UserGuide.bib  CHOLMOD_UserGuide.bib )
+	-( cd UMFPACK/Doc && cp UserGuide.pdf  UMFPACK_UserGuide.pdf && cp UserGuide.bib  UMFPACK_UserGuide.bib )
+	-( cd UMFPACK/Doc && cp QuickStart.pdf  UMFPACK_QuickStart.pdf )
+
 clean::
-	make distclean
 	-find $(DEB_BUILDDIR) -name "*.a" | xargs rm
 	-find $(DEB_BUILDDIR) -name "*.so*" | xargs rm
+	-rm CHOLMOD/Doc/CHOLMOD_*
+	-rm UMFPACK/Doc/UMFPACK_*
+



More information about the Pkg-scicomp-commits mailing list