1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

pidl/wscript: build manpages in build group 'final'

So that waf --target=smbtorture doesn't build them

metze
This commit is contained in:
Stefan Metzmacher 2010-06-17 08:55:10 +02:00
parent b0b2b4ff8b
commit 9e3511ef1c

View File

@ -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}',