this should do now
This commit is contained in:
parent
b457bbaa02
commit
5ce47a4fb1
6
debian/rules
vendored
6
debian/rules
vendored
@ -11,9 +11,9 @@ else
|
|||||||
endif
|
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
|
||||||
ifneq (,$(filter nodocs,$(DEB_BUILD_OPTIONS)))
|
ifeq (,$(filter nodocs,$(DEB_BUILD_OPTIONS)))
|
||||||
MAKE_TARGETS += " doc"
|
MAKE_TARGETS += doc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DPKG_EXPORT_BUILDFLAGS = 1
|
DPKG_EXPORT_BUILDFLAGS = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user