From 8d3d6efcde9f9a74338bfeb9a96781db506e957d Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 30 Jan 2017 17:00:33 +0000 Subject: [PATCH] linux-doc: Update documentation file list for 4.10 REPORTING-BUGS moved to Documentation/admin-guide/reporting-bugs.rst and doesn't need to be listed separately. Many of the ReST files in Documentation used to be plain-text and users may want to continue reading them as such, so don't prune *.rst. --- debian/changelog | 1 + debian/rules.real | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c80406234..1e52817db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ linux (4.10~rc6-1~exp1) UNRELEASED; urgency=medium PHY_MESON8B_USB2, MESON_WATCHDOG as modules * net: Enable SFC_FALCON as module; SFC_FALCON_MTD * cpupower: Fix compiler options for turbostat on 4.10 + * linux-doc: Update documentation file list for 4.10 [ Roger Shimizu ] * debian/copyright: Add GPL/X11 Dual License diff --git a/debian/rules.real b/debian/rules.real index 000cb3254..effda69b5 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -225,9 +225,9 @@ install-doc: $(STAMPS_DIR)/build-doc dh_prep mkdir -p $(OUT_DIR) set -o pipefail; \ - find CREDITS MAINTAINERS README REPORTING-BUGS Documentation \ + find CREDITS MAINTAINERS README Documentation \ -name '.gitignore' -prune -o -name DocBook -prune -o \ - -name '*.rst' -prune -o -path Documentation/media -prune -o \ + -path Documentation/media -prune -o \ -path Documentation/sphinx -prune -o \ -name 'Makefile*' -prune -o \ -print | \