summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/makefile.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-26 15:11:47 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-29 14:12:23 +0100
commitd8d9a6ef040b6c3e7946e6ae2cba2b28234c8baf (patch)
tree7ca1f74a5698989585882b49e26354412407940e /source4/build/smb_build/makefile.pm
parentd3f260cbef82c040f8b287163f92c5b54f23d433 (diff)
downloadsamba-d8d9a6ef040b6c3e7946e6ae2cba2b28234c8baf.tar.gz
Move manpage management out of the perl build system.
(This used to be commit 1dd6bea507f1f5e26cccf89148280721260a4673)
Diffstat (limited to 'source4/build/smb_build/makefile.pm')
-rw-r--r--source4/build/smb_build/makefile.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index a152bfc90f7..005c6f7fe87 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -361,13 +361,6 @@ sub PythonFiles($$)
}
}
-sub Manpage($$)
-{
- my ($self,$ctx) = @_;
-
- $self->output("MANPAGES += " . output::add_dir_str($ctx->{BASEDIR}, $ctx->{MANPAGE}) . "\n");
-}
-
sub ProtoHeader($$)
{
my ($self,$ctx) = @_;