[med-svn] [irtk] 04/14: d/rules: add rule for making docs
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Mar 17 20:56:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/sid
in repository irtk.
commit 0bfdd938ba6892155fbc75ef5c7491c6f11e16cc
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Tue Mar 17 18:25:47 2015 +0000
d/rules: add rule for making docs
---
debian/rules | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 3f6e650..147711e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ override_dh_auto_configure:
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_CARDIAC=OFF \
-DBUILD_CONDOR_EXE=OFF \
- -DBUILD_DOCUMENTATION \
+ -DBUILD_DOCUMENTATION=ON \
-DBUILD_TESTS=OFF \
-DBUILD_WITH_NIFTI=OFF \
-DBUILD_WITH_OPENCV=OFF \
@@ -24,6 +24,11 @@ override_dh_auto_configure:
-DWRAP_CYTHON=OFF \
-DWRAP_PYTHON=OFF
+override_dh_auto_build:
+ dh_auto_build
+ # Make doxygen documentation
+ cd $(BUILDDIR) && $(MAKE) doc
+
override_dh_auto_clean:
dh_auto_clean
rm -rf $(BUILDDIR)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/irtk.git
More information about the debian-med-commit
mailing list