[linux] 05/06: linux-doc: Exclude Sphinx support code and Makefiles

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Fri Sep 16 15:41:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit 888d6ec09222a434675a372609a922e36bc0f18f
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Mon Sep 12 03:51:57 2016 +0100

    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 1a38a5d..8aca946 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 <ben at decadent.org.uk>  Fri, 16 Sep 2016 16:39:53 +0100
 
diff --git a/debian/rules.real b/debian/rules.real
index b35b56b..bc9b055 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list