From fa8d539e0fbce952266a246364e5e9cd537b29fd Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 27 Jun 2005 12:09:52 +0000 Subject: r7943: Add 'make manpages', fix 'make installman' and 'make uninstallman'. Not part of the "all" make target yet, as it requires xsltproc (This used to be commit fd3f4636438cf1d9c0dd802064033271b9e4d935) --- source4/utils/config.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/utils') diff --git a/source4/utils/config.mk b/source4/utils/config.mk index 1854042d65..1af174e94e 100644 --- a/source4/utils/config.mk +++ b/source4/utils/config.mk @@ -11,6 +11,7 @@ REQUIRED_SUBSYSTEMS = \ LIBBASIC \ NDR_ALL \ RPC +MANPAGE = utils/man/ndrdump.1 # FIXME: ndrdump shouldn't have to depend on RPC... # End BINARY ndrdump ################################# @@ -26,6 +27,7 @@ REQUIRED_SUBSYSTEMS = \ LIBBASIC \ LIBSMB \ RPC +MANPAGE = utils/man/ntlm_auth.1 # End BINARY ntlm_auth ################################# -- cgit