diff --git a/debian/rules.real b/debian/rules.real index 391ab6780..98db3939b 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -151,6 +151,12 @@ install-base: dh_md5sums dh_builddeb +install-dummy: + dh_testdir + dh_testroot + dh_prep + $(MAKE_SELF) install-base + install-doc: PACKAGE_NAME = linux-doc-$(VERSION) install-doc: DIR = $(BUILD_DIR)/build-doc install-doc: SOURCE_DIR = $(BUILD_DIR)/source