diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-11-06 14:56:07 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-11-06 14:56:07 -0800 |
commit | ad23a55a581ab18c4614e2cb5d82c4376ee88722 (patch) | |
tree | 24b81ded1fd36c2f79364bd798831285399e6129 /Makefile.am | |
parent | c50afd78af7496938a10b317c5e41b4d99d1fc60 (diff) |
Stop hardcoding /usr/X11R6/bin in manpage examples
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ca72604..1be6bb3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,6 +64,7 @@ MANDEFS = \ -D__miscmansuffix__=$(MISC_MAN_SUFFIX) \ -D__XSERVERNAME__=Xorg -D__XCONFIGFILE__=xorg.conf \ -D__xinitdir__=$(XINITDIR) \ + -D__bindir__=$(bindir) \ -DSHELL_CMD=$(SHELL_CMD) $(ARCHMANDEFS) SUFFIXES = .$(APP_MAN_SUFFIX) .man |