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
|
endif
|
||||||
|
|
||||||
MAKE_TARGETS="all"
|
MAKE_TARGETS="all"
|
||||||
ifneq (,$(filter nodocs,$(DEB_BUILD_OPTIONS)))
|
ifneq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
|
||||||
MAKE_TARGETS += " doc"
|
MAKE_TARGETS += docs
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DPKG_EXPORT_BUILDFLAGS = 1
|
DPKG_EXPORT_BUILDFLAGS = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user