[nfft] 10/16: d/rules: simplify call to doc target.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu May 5 14:43:48 UTC 2016


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

ghisvail-guest pushed a commit to branch debian/master
in repository nfft.

commit 8abb780e97b8438fe0d95dc95fc1fb375db5b57a
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon Apr 11 14:56:44 2016 +0100

    d/rules: simplify call to doc target.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index eedd598..81126e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,7 +61,7 @@ ifneq (,$(HAVE_FFTWL))
 endif
 
 override_dh_auto_build-indep:
-	cd $(CURDIR)/build-nfft && make doc
+	make --directory=$(CURDIR)/build-nfft doc
 
 override_dh_auto_test-arch:
 ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS)))

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



More information about the debian-science-commits mailing list