diff options
author | Andreas Schneider <asn@samba.org> | 2012-09-06 15:26:37 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-09-07 10:48:57 +0200 |
commit | b29dff802a4aab7d8132aec033b2858bd6e35dca (patch) | |
tree | ad50b2f661bf66497f5019dd355dc228597e2955 /libcli/nbt/wscript_build | |
parent | 022e0ae62e05cfdb3b0f8508eedef3ec794088a4 (diff) | |
download | samba-b29dff802a4aab7d8132aec033b2858bd6e35dca.tar.gz samba-b29dff802a4aab7d8132aec033b2858bd6e35dca.tar.bz2 samba-b29dff802a4aab7d8132aec033b2858bd6e35dca.zip |
waf: Rename nmblookup manpage to nmblookup4.
Diffstat (limited to 'libcli/nbt/wscript_build')
-rwxr-xr-x | libcli/nbt/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build index f67ba91598..c4a9428142 100755 --- a/libcli/nbt/wscript_build +++ b/libcli/nbt/wscript_build @@ -19,7 +19,7 @@ bld.SAMBA_LIBRARY('cli-nbt', bld.SAMBA_BINARY('nmblookup' + bld.env.suffix4, source='tools/nmblookup.c', - manpages='man/nmblookup.1', + manpages='man/nmblookup4.1', deps='samba-hostconfig samba-util cli-nbt popt POPT_SAMBA netif LIBCLI_RESOLVE' ) |