From 888d6ec09222a434675a372609a922e36bc0f18f Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 12 Sep 2016 03:51:57 +0100 Subject: [PATCH] linux-doc: Exclude Sphinx support code and Makefiles --- debian/changelog | 1 + debian/rules.real | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1a38a5d14..8aca946c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ linux (4.8~rc5-1~exp2) UNRELEASED; urgency=medium - linux-source: Exclude Python bytecode generated when running Sphinx - Set -fdebug-prefix-map=... in compiler options for kernel and userland - linux-headers: Stop including unused arch/*/kernel/asm-offsets.s files + * linux-doc: Exclude Sphinx support code and Makefiles -- Ben Hutchings Fri, 16 Sep 2016 16:39:53 +0100 diff --git a/debian/rules.real b/debian/rules.real index b35b56b1e..bc9b05502 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -228,6 +228,8 @@ install-doc: $(STAMPS_DIR)/build-doc find CREDITS MAINTAINERS README REPORTING-BUGS Documentation \ -name '.gitignore' -prune -o -name DocBook -prune -o \ -name '*.rst' -prune -o -path Documentation/media -prune -o \ + -path Documentation/sphinx -prune -o \ + -name 'Makefile*' -prune -o \ -print | \ cpio -pd --preserve-modification-time '$(CURDIR)/$(OUT_DIR)' # Some HTML pages are generated by xmlto from DocBook XML and some by