summaryrefslogtreecommitdiff
path: root/pidl
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2019-09-18 03:15:47 +0000
committerKarolin Seeger <kseeger@samba.org>2019-09-20 21:13:55 +0000
commitd42c7ffa6cbd90d0e777e39b12eda5c69e186a2f (patch)
treefe41ca6a115abf2fa38caa7ea5824269295f0be1 /pidl
parent361f4f5d24721d54558144a5905657d5cc7281a3 (diff)
downloadsamba-d42c7ffa6cbd90d0e777e39b12eda5c69e186a2f.tar.gz
pod2man is no longer needed
Since e24e344d0da58013fd5fa404529fe1d25ef403bf. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14131 Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Andrew Bartlett <abartlet@samba.org> (cherry picked from commit 8df123e7f7cb591f6673ccffefffc30b946f1a5b) Autobuild-User(v4-11-test): Karolin Seeger <kseeger@samba.org> Autobuild-Date(v4-11-test): Fri Sep 20 21:13:55 UTC 2019 on sn-devel-184
Diffstat (limited to 'pidl')
-rw-r--r--pidl/wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/pidl/wscript b/pidl/wscript
index 01b71bd8b27..d1b8278990a 100644
--- a/pidl/wscript
+++ b/pidl/wscript
@@ -34,7 +34,6 @@ def configure(conf):
# yapp is used for building the parser
conf.find_program('yapp', var='YAPP')
- conf.find_program('pod2man', var='POD2MAN')
def build(bld):