this should do now

This commit is contained in:
Michael Zanetti 2017-07-12 11:03:56 +02:00
parent b457bbaa02
commit 5ce47a4fb1

6
debian/rules vendored
View File

@ -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