r37135 - /packages/feel++/trunk/debian/rules

prudhomm at users.alioth.debian.org prudhomm at users.alioth.debian.org
Fri Dec 24 14:17:04 UTC 2010


Author: prudhomm
Date: Fri Dec 24 14:17:03 2010
New Revision: 37135

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37135
Log:
add doxygen generated documentation

Modified:
    packages/feel++/trunk/debian/rules

Modified: packages/feel++/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/feel%2B%2B/trunk/debian/rules?rev=37135&op=diff
==============================================================================
--- packages/feel++/trunk/debian/rules (original)
+++ packages/feel++/trunk/debian/rules Fri Dec 24 14:17:03 2010
@@ -10,7 +10,7 @@
 
 DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
-FEEL_INSTALL_ENABLERS=-DFEEL_ENABLE_ALL=ON
+FEEL_INSTALL_ENABLERS=-DFEEL_ENABLE_DOCUMENTATION=ON
 
 ifeq "$(DEB_BUILD_ARCH)" "powerpc"
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
@@ -48,6 +48,9 @@
 build/libfeel++::
 	-cd $(DEB_BUILDDIR) && cmake ..
 
+build/feel++-doc::
+	-cd $(DEB_BUILDDIR)/doc/api && make doxygen
+
 binary-install/feel++-apps::
 	strip debian/feel++-apps/usr/bin/*
 




More information about the debian-science-commits mailing list