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/lib/registry/config.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/lib/registry') diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index af9fb83bab..ab699a8ac0 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -98,6 +98,7 @@ OBJ_FILES= \ lib/registry/tools/regdiff.o REQUIRED_SUBSYSTEMS = \ CONFIG LIBCMDLINE REGISTRY +MANPAGE = lib/registry/man/regdiff.1 # End BINARY regdiff ################################################ @@ -108,6 +109,7 @@ OBJ_FILES= \ lib/registry/tools/regpatch.o REQUIRED_SUBSYSTEMS = \ CONFIG LIBCMDLINE REGISTRY +MANPAGE = lib/registry/man/regpatch.1 # End BINARY regpatch ################################################ @@ -118,6 +120,7 @@ OBJ_FILES= \ lib/registry/tools/regshell.o REQUIRED_SUBSYSTEMS = \ CONFIG LIBCMDLINE REGISTRY +MANPAGE = lib/registry/man/regshell.1 # End BINARY regshell ################################################ @@ -128,5 +131,6 @@ OBJ_FILES= \ lib/registry/tools/regtree.o REQUIRED_SUBSYSTEMS = \ CONFIG LIBCMDLINE REGISTRY +MANPAGE = lib/registry/man/regtree.1 # End BINARY regtree ################################################ -- cgit