nodoc, not nodocs
This commit is contained in:
parent
5ce47a4fb1
commit
5453f45f96
2
debian/rules
vendored
2
debian/rules
vendored
@ -12,7 +12,7 @@ endif
|
|||||||
|
|
||||||
$(info Building with DEB_BUILD_OPTIONS: [${DEB_BUILD_OPTIONS}])
|
$(info Building with DEB_BUILD_OPTIONS: [${DEB_BUILD_OPTIONS}])
|
||||||
MAKE_TARGETS=all
|
MAKE_TARGETS=all
|
||||||
ifeq (,$(filter nodocs,$(DEB_BUILD_OPTIONS)))
|
ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
|
||||||
MAKE_TARGETS += doc
|
MAKE_TARGETS += doc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user