[kernel] r12923 - dists/trunk/linux-2.6/debian

Bastian Blank waldi at alioth.debian.org
Sun Feb 22 19:14:54 UTC 2009


Author: waldi
Date: Sun Feb 22 19:14:53 2009
New Revision: 12923

Log:
debian/rules.real: Siplify rules for documentation installation.


Modified:
   dists/trunk/linux-2.6/debian/rules.real

Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	(original)
+++ dists/trunk/linux-2.6/debian/rules.real	Sun Feb 22 19:14:53 2009
@@ -155,11 +155,7 @@
 	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



More information about the Kernel-svn-changes mailing list