diff options
Diffstat (limited to 'xc/Imakefile')
-rw-r--r-- | xc/Imakefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xc/Imakefile b/xc/Imakefile index 1cdcba7ff..d5dd66db9 100644 --- a/xc/Imakefile +++ b/xc/Imakefile @@ -3,7 +3,7 @@ XCOMM $Xorg: Imakefile,v 1.5 2000/08/17 19:41:44 cpqbld Exp $ -XCOMM $XFree86: xc/Imakefile,v 3.24 2001/02/07 18:53:11 dawes Exp $ +XCOMM $XFree86: xc/Imakefile,v 3.25 2001/03/21 17:36:43 dawes Exp $ #define IHaveSubdirs #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" @@ -18,7 +18,9 @@ RELEASE = XOrgReleaseString FONTSDIR = fonts #endif #ifndef Win32Architecture +#if BuildDocs DOCSDIR = doc +#endif NLSSUBDIR = nls #endif #endif |