summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-26 15:11:47 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-26 15:11:47 +0100
commitc8af9559dc44b578d3b49620f690652a1676e9bd (patch)
tree517ef6eb4db147b69ae253ac974e6dbff3b4458c /source4/librpc
parentceb2bb16b5e01c8341a269420cafab0d189889f2 (diff)
downloadsamba-c8af9559dc44b578d3b49620f690652a1676e9bd.tar.gz
samba-c8af9559dc44b578d3b49620f690652a1676e9bd.tar.bz2
samba-c8af9559dc44b578d3b49620f690652a1676e9bd.zip
Move manpage management out of the perl build system.
(This used to be commit a660ab262e7202baccf16cb8b2bc47cb8efacc34)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk
index c83f895642..9616fcd922 100644
--- a/source4/librpc/config.mk
+++ b/source4/librpc/config.mk
@@ -29,11 +29,12 @@ PRIVATE_DEPENDENCIES = \
POPT_SAMBA \
NDR_TABLE \
LIBSAMBA-ERRORS
-MANPAGE = tools/ndrdump.1
# FIXME: ndrdump shouldn't have to depend on RPC...
# End BINARY ndrdump
#################################
+MANPAGES += librpc/tools/ndrdump.1
+
################################################
# Start SUBSYSTEM NDR_COMPRESSION
[SUBSYSTEM::NDR_COMPRESSION]