summaryrefslogtreecommitdiff
path: root/pidl/wscript
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-06-17 08:55:10 +0200
committerStefan Metzmacher <metze@samba.org>2010-06-17 09:11:58 +0200
commit9e3511ef1cf9b278cff04f1c883aed487876b93a (patch)
treedf37d455057d416011011df1aeb5e48d63c3b0ef /pidl/wscript
parentb0b2b4ff8bbcf80976b95b587aa7427c70c11b06 (diff)
downloadsamba-9e3511ef1cf9b278cff04f1c883aed487876b93a.tar.gz
samba-9e3511ef1cf9b278cff04f1c883aed487876b93a.tar.bz2
samba-9e3511ef1cf9b278cff04f1c883aed487876b93a.zip
pidl/wscript: build manpages in build group 'final'
So that waf --target=smbtorture doesn't build them metze
Diffstat (limited to 'pidl/wscript')
-rw-r--r--pidl/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidl/wscript b/pidl/wscript
index f3814eab01..f2b65c864b 100644
--- a/pidl/wscript
+++ b/pidl/wscript
@@ -47,7 +47,7 @@ def build(bld):
link_command = 'rm -rf blib && ln -fs blib %s' % blib_bld
- bld.SET_BUILD_GROUP('main')
+ bld.SET_BUILD_GROUP('final')
if 'POD2MAN' in bld.env and bld.env['POD2MAN'] != '':
for src, manpage in pidl_manpages.iteritems():
bld(rule='${PERL} ${POD2MAN} -c "Samba Documentation" ${SRC} ${TGT}',