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/gtk/config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/gtk') diff --git a/source4/gtk/config.mk b/source4/gtk/config.mk index 34ee0315cb..e895269c15 100644 --- a/source4/gtk/config.mk +++ b/source4/gtk/config.mk @@ -17,6 +17,7 @@ REQUIRED_SUBSYSTEMS = CHARSET LIBBASIC EXT_LIB_gtk RPC_NDR_SAMR [BINARY::gregedit] OBJ_FILES = gtk/tools/gregedit.o REQUIRED_SUBSYSTEMS = CONFIG LIBCMDLINE REGISTRY GTKSMB +MANPAGE = gtk/man/gregedit.1 # End BINARY gregedit ################################################ -- cgit