diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-26 15:11:47 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-29 14:12:23 +0100 |
commit | d8d9a6ef040b6c3e7946e6ae2cba2b28234c8baf (patch) | |
tree | 7ca1f74a5698989585882b49e26354412407940e /source4/librpc | |
parent | d3f260cbef82c040f8b287163f92c5b54f23d433 (diff) | |
download | samba-d8d9a6ef040b6c3e7946e6ae2cba2b28234c8baf.tar.gz samba-d8d9a6ef040b6c3e7946e6ae2cba2b28234c8baf.tar.bz2 samba-d8d9a6ef040b6c3e7946e6ae2cba2b28234c8baf.zip |
Move manpage management out of the perl build system.
(This used to be commit 1dd6bea507f1f5e26cccf89148280721260a4673)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index 2fdef41b2a..08c22d609f 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] |