summaryrefslogtreecommitdiff
path: root/dh_installdocs
diff options
context:
space:
mode:
authorjoey <joey>2005-12-05 19:33:49 +0000
committerjoey <joey>2005-12-05 19:33:49 +0000
commitbbf4a3e5e7874150370b5d3ececb722686d1d732 (patch)
tree227f1b704880de07a78ca80a69097c5f3e2e78f0 /dh_installdocs
parentae234892ea9457f5a3e21c1048016555d5e0247f (diff)
r1825: releasing version 5.0.8
Diffstat (limited to 'dh_installdocs')
-rwxr-xr-xdh_installdocs1
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_installdocs b/dh_installdocs
index 2ec9bda9..eb7d126c 100755
--- a/dh_installdocs
+++ b/dh_installdocs
@@ -198,6 +198,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
foreach my $fn (grep {/^${regexp}doc-base(\..*)?$/} readdir(DEB)) {
# .EX are example files, generated by eg, dh-make
next if $fn=~/\.EX$/;
+ next if excludefile($fn);
# Parse the file to get the doc id.
open (IN, "debian/$fn") || die "Cannot read debian/$fn.";
while (<IN>) {