1
0
Fork 0

Reordering nodoc filter in rules for consistency.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 08:02:22 +01:00
parent da2209ba4f
commit 629f433c43
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

2
debian/rules vendored
View file

@ -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