summaryrefslogtreecommitdiff
path: root/source4/build/smb_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-16 16:48:36 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-29 13:49:29 +0100
commitc88cd9314eb6c86b54cccd57a259cb9a1ef36d73 (patch)
tree68c5704fbb2b6f09ae034a32863b4733473cb3fd /source4/build/smb_build
parentc865582e9c6159082a59f0bf2bea0538dc277217 (diff)
downloadsamba-c88cd9314eb6c86b54cccd57a259cb9a1ef36d73.tar.gz
samba-c88cd9314eb6c86b54cccd57a259cb9a1ef36d73.tar.bz2
samba-c88cd9314eb6c86b54cccd57a259cb9a1ef36d73.zip
Generate manpage list with make.
(This used to be commit ea3d3b52504b45f45aca434ea4376906f65ead12)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r--source4/build/smb_build/makefile.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index fe16f0124a..73edd5f551 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -349,8 +349,7 @@ sub Manpage($$)
{
my ($self,$ctx) = @_;
- my $path = output::add_dir_str($ctx->{BASEDIR}, $ctx->{MANPAGE});
- push (@{$self->{manpages}}, $path);
+ $self->output("MANPAGES += " . output::add_dir_str($ctx->{BASEDIR}, $ctx->{MANPAGE}) . "\n");
}
sub ProtoHeader($$)