diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-22 05:43:52 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-22 05:43:52 +0000 |
commit | 53c306241b93562b3b309072a652c708e87c0850 (patch) | |
tree | aca59ca230a3b7545e7bb84b6779251c1759eb7c | |
parent | a608715447b1c700c017f80c6ba27ce4dbbac973 (diff) |
Fix file paths in man pages.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2005-11-21 Alan Coopersmith <alan.coopersmith@sun.com> + + * Makefile.am (MANDEFS): + Fix file paths in man pages. + 2005-11-20 Eric Anholt <anholt@FreeBSD.org> * configure.ac: diff --git a/Makefile.am b/Makefile.am index b815a08..612ac95 100644 --- a/Makefile.am +++ b/Makefile.am @@ -113,8 +113,8 @@ XORGRELSTRING = @PACKAGE_STRING@ MANDEFS = \ -D__xorgversion__="\"$(XORGRELSTRING)\" \"$(XORGMANNAME)\"" \ - -DCHOOSERPATH=$(xdmdir)/chooser -DXDMLOGDIR=$(XDMLOGDIR) \ - -DXDMDIR=$(xdmdir) -DBINDIR=$(bindir) -DXDMPIDDIR=$(XDMPIDDIR) \ + -DCHOOSERPATH=$(xdmlibdir)/chooser -DXDMLOGDIR=$(XDMLOGDIR) \ + -DXDMDIR=$(XDMCONFIGDIR) -DBINDIR=$(bindir) -DXDMPIDDIR=$(XDMPIDDIR) \ -D__appmansuffix__=$(APP_MAN_SUFFIX) \ -D__filemansuffix__=$(FILE_MAN_SUFFIX) \ -D__libmansuffix__=$(LIB_MAN_SUFFIX) \ |