From afc6d9ca0d3c71ad96100485fd39695867e877ef Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Sun, 22 Feb 2009 19:14:53 +0000 Subject: [PATCH] debian/rules.real: Siplify rules for documentation installation. svn path=/dists/trunk/linux-2.6/; revision=12923 --- debian/rules.real | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/rules.real b/debian/rules.real index d9996423c..89836c11f 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -155,11 +155,7 @@ install-doc: $(STAMPS_DIR)/build-doc cp -a $(addprefix $(SOURCE_DIR)/, COPYING CREDITS MAINTAINERS README REPORTING-BUGS Documentation) $(OUT_DIR) rm -rf $(OUT_DIR)/Documentation/DocBook cd $(DIR)/Documentation/DocBook; \ - find . \ - -path './man/*' -prune -o \ - \( -name '*.tmpl' -o -name '*.xml' -o -name '*.9' -o \ - -name 'Makefile*' -o -name '.*.cmd' -o -name '.gitignore' \) -prune -o \ - -print \ + find * -name '*.html' -print \ | \ cpio -pd --preserve-modification-time '$(CURDIR)/$(OUT_DIR)/html' gzip -9qfr $(OUT_DIR)/Documentation