Reordering nodoc filter in rules for consistency.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
da2209ba4f
commit
629f433c43
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue