diff options
author | Niels Thykier <niels@thykier.net> | 2017-06-29 17:04:07 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2017-06-29 17:04:07 +0000 |
commit | a64fd984811d9e51d64323ea4d25fefdbda5309a (patch) | |
tree | e321f1dcf3000cb23ba83821760a711e87d2385b /dh_installdocs | |
parent | 3b9e3d6bfad517fdaed367880ea8d20c9c62cab3 (diff) | |
download | debhelper-a64fd984811d9e51d64323ea4d25fefdbda5309a.tar.gz |
dh_installdocs: Fix typo
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh_installdocs')
-rwxr-xr-x | dh_installdocs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installdocs b/dh_installdocs index fc22bcef..bfed5def 100755 --- a/dh_installdocs +++ b/dh_installdocs @@ -25,7 +25,7 @@ correctly. In this case, B<dh_installdocs> is still useful for installing packaging related documentation (e.g. the F<debian/copyright> file). In compat 11 and later, B<dh_installdocs> offers many of the features that -L<dh_install(1)> also have. Futhermore, B<dh_installdocs> also supports +L<dh_install(1)> also have. Furthermore, B<dh_installdocs> also supports the B<nodoc> build profile to exclude documentation (regardless of compat level). |