summaryrefslogtreecommitdiff
path: root/libcli/nbt/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-09-06 15:26:37 +0200
committerAndreas Schneider <asn@cryptomilk.org>2012-09-07 10:48:57 +0200
commitb29dff802a4aab7d8132aec033b2858bd6e35dca (patch)
treead50b2f661bf66497f5019dd355dc228597e2955 /libcli/nbt/wscript_build
parent022e0ae62e05cfdb3b0f8508eedef3ec794088a4 (diff)
downloadsamba-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-xlibcli/nbt/wscript_build2
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'
)