Change the default for XSRCDIR to /usr/xenocara. ok deraadt@

This commit is contained in:
matthieu 2008-03-03 07:01:44 +00:00
parent a4324326e6
commit d5cb652a3f
3 changed files with 6 additions and 6 deletions

4
README
View File

@ -102,7 +102,7 @@ to any module sub-directory and run 'make build' from there.
The variable XSRCDIR can be set either in the environment or in
/etc/mk.conf to point to the xenocara source tree, in case you keep it
in a non-standard directory (the default is /usr/src/xenocara).
in a non-standard directory (the default is /usr/xenocara).
Objdirs
@ -206,4 +206,4 @@ The core dump will be in /var/crash.
See also <http://xorg.freedesktop.org/wiki/Development/Documentation/ServerDebugging>
--
$OpenBSD: README,v 1.20 2007/07/14 11:20:10 jolan Exp $
$OpenBSD: README,v 1.21 2008/03/03 07:01:44 matthieu Exp $

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: cwm.1,v 1.20 2008/01/22 17:35:23 ian Exp $
.\" $OpenBSD: cwm.1,v 1.21 2008/03/03 07:01:44 matthieu Exp $
.\"
.\" Copyright (c) 2004,2005 Marius Aamodt Eriksen <marius@monkey.org>
.\"
@ -325,7 +325,7 @@ or a numerical keycode value enclosed in ``[]''.
The target of the link should be either the name of a task from the
``name_to_kbfunc''
structure in
.Pa /usr/src/xenocara/app/cwm/conf.c ,
.Pa conf.c ,
or, alternatively it should be the commandline that is wished to be executed.
A special case is the ``unmap'' keyword, which causes any bindings using the
named shortcut to be removed. This can be used to remove a binding which conflicts

View File

@ -1,4 +1,4 @@
# $OpenBSD: bsd.xorg.mk,v 1.22 2007/11/25 10:23:01 matthieu Exp $ -*- makefile -*-
# $OpenBSD: bsd.xorg.mk,v 1.23 2008/03/03 07:01:44 matthieu Exp $ -*- makefile -*-
#
# Copyright © 2006 Matthieu Herrb
#
@ -23,7 +23,7 @@ AUTOMAKE_VERSION= 1.9
AUTOCONF_VERSION= 2.59
# Where source lives
XSRCDIR?= /usr/src/xenocara
XSRCDIR?= /usr/xenocara
# Where to build
XOBJDIR?= /usr/xobj