debian/rules.real: Really exclude stuff from doc package.

svn path=/dists/trunk/linux/; revision=21702
This commit is contained in:
Bastian Blank 2014-08-07 17:23:58 +00:00
parent 0890e7d507
commit 990a64a56d
1 changed files with 1 additions and 1 deletions

2
debian/rules.real vendored
View File

@ -198,7 +198,7 @@ install-doc: $(STAMPS_DIR)/build-doc
mkdir -p $(OUT_DIR)
set -o pipefail; \
find CREDITS MAINTAINERS README REPORTING-BUGS Documentation \
-name '.gitignore' -prune -o -name DocBook -print -o -print | \
-name '.gitignore' -prune -o -name DocBook -prune -o -print | \
cpio -pd --preserve-modification-time '$(CURDIR)/$(OUT_DIR)'
set -o pipefail; \
cd $(DIR)/Documentation/DocBook; \