]> git.donarmstrong.com Git - debhelper.git/blob - dh_undocumented
r571: * Turned dh_undocumented into a no-op, as policy does not want
[debhelper.git] / dh_undocumented
1 #!/usr/bin/perl -w
2
3 =head1 NAME
4
5 dh_undocumented - obsolete undocumented.7 symlink program
6
7 =cut
8
9 use strict;
10 use Debian::Debhelper::Dh_Lib;
11
12 =head1 SYNOPSIS
13
14 Do not run!
15
16 =head1 DESCRIPTION
17
18 This program used to make symlinks to the undocumented.7 man page for man
19 pages not present in a package. Debian policy now frowns on use of the
20 undocumented.7 man page, and so this program does nothing, and should not
21 be used.
22
23 =cut
24
25 init();
26 warning("This program does nothing and should no longer be used.");
27
28 =head1 SEE ALSO
29
30 L<debhelper(1)>
31
32 This program is a part of debhelper.
33
34 =head1 AUTHOR
35
36 Joey Hess <joeyh@debian.org>
37
38 =cut