]> git.donarmstrong.com Git - debhelper.git/blob - dh_undocumented
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[debhelper.git] / dh_undocumented
1 #!/usr/bin/perl -w
2
3 =head1 NAME
4
5 dh_undocumented - undocumented.7 symlink program (deprecated no-op)
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 F<undocumented.7> man page for man
19 pages not present in a package. Debian policy now frowns on use of the
20 F<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(7)>
31
32 This program is a part of debhelper.
33
34 =head1 AUTHOR
35
36 Joey Hess <joeyh@debian.org>
37
38 =cut