diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 20:40:32 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 20:40:32 +0000 |
commit | 971fdf46fa6a43b121db4a8e64dcde62dab0a85e (patch) | |
tree | 7383b19d30991b1f15cddaab36cddabb59649242 | |
parent | 1afabc5f0a70fc32581b53eb978f06a30f58fefa (diff) |
Set XDMPIDDIR in when subsituting variables in man pages
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 95e3e28..be1c199 100644 --- a/Makefile.am +++ b/Makefile.am @@ -103,7 +103,7 @@ XORGRELSTRING = @PACKAGE_STRING@ MANDEFS = \ -D__xorgversion__="\"$(XORGRELSTRING)\" \"$(XORGMANNAME)\"" \ -DCHOOSERPATH=$(xdmdir)/chooser -DXDMLOGDIR=$(XDMLOGDIR) \ - -DXDMDIR=$(xdmdir) -DBINDIR=$(bindir) \ + -DXDMDIR=$(xdmdir) -DBINDIR=$(bindir) -DXDMPIDDIR=$(XDMPIDDIR) \ -D__appmansuffix__=$(APP_MAN_SUFFIX) \ -D__filemansuffix__=$(FILE_MAN_SUFFIX) \ -D__libmansuffix__=$(LIB_MAN_SUFFIX) \ |