diff options
-rwxr-xr-x | dh_installdocs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dh_installdocs b/dh_installdocs index 54b8a248..840fa1f9 100755 --- a/dh_installdocs +++ b/dh_installdocs @@ -307,6 +307,8 @@ foreach my $package (@{$dh{DOPACKAGES}}) { } } + next if $nodocs; + # Handle doc-base files. There are two filename formats, the usual # plus an extended format (debian/package.*). my %doc_ids; |