add docs only if nodocs is not set
This commit is contained in:
parent
e057190254
commit
34fbf774e4
4
debian/rules
vendored
4
debian/rules
vendored
@ -11,8 +11,8 @@ else
|
||||
endif
|
||||
|
||||
MAKE_TARGETS="all"
|
||||
ifneq (,$(filter nodocs,$(DEB_BUILD_OPTIONS)))
|
||||
MAKE_TARGETS += " doc"
|
||||
ifneq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
|
||||
MAKE_TARGETS += docs
|
||||
endif
|
||||
|
||||
DPKG_EXPORT_BUILDFLAGS = 1
|
||||
|
||||
Reference in New Issue
Block a user