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.
This commit is contained in:
Ben Hutchings 2017-01-30 17:00:33 +00:00
parent 9c3f98c0c4
commit 8d3d6efcde
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

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

4
debian/rules.real vendored
View File

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