1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

Generate manpage list with make.

(This used to be commit ea3d3b5250)
This commit is contained in:
Jelmer Vernooij 2008-02-16 16:48:36 +01:00
parent c865582e9c
commit c88cd9314e

View File

@ -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($$)