[feel++] 38/122: add doxygen generated documentation

Mattia Rizzolo mattia at debian.org
Sun Feb 14 15:29:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository feel++.

commit 263f9173fe5f7a26bb5580609bcebd66ae9696a9
Author: Christophe Prudhomme <prudhomm at debian.org>
Date:   Fri Dec 24 14:17:03 2010 +0000

    add doxygen generated documentation
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index ed98de4..a8aaff4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export CXXFLAGS=
 
 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 @@ DEB_CMAKE_EXTRA_FLAGS=                      \
 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/*
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feel++.git



More information about the debian-science-commits mailing list