diff options
author | gildea <empty> | 1995-02-24 19:48:25 +0000 |
---|---|---|
committer | gildea <empty> | 1995-02-24 19:48:25 +0000 |
commit | 4837f9a593c6fa7649f62c522246ea365716993a (patch) | |
tree | 470721359e04ef8ce11432817dec596c7974a2d3 /xc/Imakefile | |
parent | 979a2e6e590f88b11de736005053c823dc6a344e (diff) |
Use new support for rebuilding "man -k" database:
define MakeManKeywords. Close XBUG #7224.
Diffstat (limited to 'xc/Imakefile')
-rw-r--r-- | xc/Imakefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xc/Imakefile b/xc/Imakefile index 50bce0388..26daa4e1c 100644 --- a/xc/Imakefile +++ b/xc/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.124 94/04/07 17:12:38 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.125 94/04/08 19:57:43 rws Exp gildea $ #define IHaveSubdirs #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" @@ -162,3 +162,7 @@ install:: MakeDir($(LIBDIR:/=\)) #endif + +#ifndef MakeManKeywords +#define MakeManKeywords YES /* install.man rebuilds "man -k" database? */ +#endif |