[med-svn] [gadgetron] 07/13: d/rules: add rule for building doc

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Feb 20 17:16:23 UTC 2015


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

ghisvail-guest pushed a commit to branch master
in repository gadgetron.

commit 159a65a9a5765d9049852f6d6cdec80497ec9f45
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon May 19 17:49:10 2014 +0100

    d/rules: add rule for building doc
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 1f3617b..c54a92a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,3 +8,8 @@ BUILDDIR = $(CURDIR)/debian/build
 
 %:
 	dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --parallel
+
+override_dh_auto_build-indep:
+ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
+	cd $(BUILDDIR); $(MAKE) apidoc
+endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gadgetron.git



More information about the debian-med-commit mailing list