From 629f433c431a1deeef20e1817c44acbd9672f4a1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Feb 2025 08:02:22 +0100 Subject: [PATCH] Reordering nodoc filter in rules for consistency. Signed-off-by: Daniel Baumann --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 3580b39..3a76e1b 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ override_dh_auto_configure: -DCMAKE_BUILD_TYPE:String="Release" \ -DENABLE_TESTS=ON -execute_after_dh_auto_build: ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS))) +execute_after_dh_auto_build: $(MAKE) -C obj-*/ doc endif