diff options
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 |