summaryrefslogtreecommitdiff
path: root/xc/config
diff options
context:
space:
mode:
authorconverse <empty>1989-10-24 18:43:10 +0000
committerconverse <empty>1989-10-24 18:43:10 +0000
commit45babde2f5a41efc85ed99e1f7815471ce95912e (patch)
tree2fbef48212ddf5a8eb05f08fe2f5de0501c58841 /xc/config
parent2bc396b25ad071ab42ac7fab7ab1ee6d0a969b71 (diff)
added GwmDir and GWMDIR for gwm.
Diffstat (limited to 'xc/config')
-rw-r--r--xc/config/cf/Project.tmpl8
-rw-r--r--xc/config/cf/README1
2 files changed, 7 insertions, 2 deletions
diff --git a/xc/config/cf/Project.tmpl b/xc/config/cf/Project.tmpl
index 19dc68469..4c4337e59 100644
--- a/xc/config/cf/Project.tmpl
+++ b/xc/config/cf/Project.tmpl
@@ -1,6 +1,6 @@
/**/###########################################################################
/**/# X Window System Build Parameters
-/**/# $XConsortium: Project.tmpl,v 1.47 89/10/19 11:44:30 jim Exp $
+/**/# $XConsortium: Project.tmpl,v 1.48 89/10/20 08:26:37 jim Exp $
/*****************************************************************************
* *
@@ -188,6 +188,9 @@
#ifndef TwmDir
#define TwmDir $(LIBDIR)/twm
#endif
+#ifndef GwmDir
+#define GwmDir $(LIBDIR)/gwm
+#endif
#ifndef ManPath
#define ManPath $(DESTDIR)/**/ManDirectoryRoot
#endif
@@ -319,7 +322,7 @@ Berklib.c: sysV/Berklib.c @@\
/**/###########################################################################
/**/# X Window System make variables; this need to be coordinated with rules
-/**/# $XConsortium: Project.tmpl,v 1.47 89/10/19 11:44:30 jim Exp $
+/**/# $XConsortium: Project.tmpl,v 1.48 89/10/20 08:26:37 jim Exp $
/*
* This list must be reflected in the DIRS_TO_BUILD list in the top-level
@@ -343,6 +346,7 @@ Berklib.c: sysV/Berklib.c @@\
XDMDIR = XdmDir /* xdm config files */
AWMDIR = AwmDir /* awm config files */
TWMDIR = TwmDir /* twm config files */
+ GWMDIR = GwmDir /* gwm config and data files */
MANPATH = ManPath /* top of manual page tree */
MANSOURCEPATH = ManSourcePath /* prefix for man page sources */
MANDIR = ManDir /* man pages for commands */
diff --git a/xc/config/cf/README b/xc/config/cf/README
index 76a5dc98a..41dff98b1 100644
--- a/xc/config/cf/README
+++ b/xc/config/cf/README
@@ -193,6 +193,7 @@ Project.tmpl provides defaults for the following variables:
XdmConfigurationSubdirectory default xdm config sources
AwmDir path for installed awm default stuff
TwmDir path for installed twm default stuff
+ GwmDir path for installed gwm default stuff
ManPath macro for directory where to put man pages
ManSourcePath macro for subdirectory where to put man pages
ManDir macro for program man page subdir