diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-09-15 15:35:35 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-09-15 15:35:35 +0000 |
commit | fd54ddd2d07f20b0b20704e73a92b5a437b81f5a (patch) | |
tree | 3f2c18237f05b87d84fd0eb5f7c91fe8d318383c | |
parent | 3056fdeeceb3f86570418b1b82e88f323f174ed7 (diff) |
xdriinfo 1.0.2
-rw-r--r-- | app/xdriinfo/autogen.sh | 13 | ||||
-rw-r--r-- | app/xdriinfo/xdriinfo.man | 7 |
2 files changed, 19 insertions, 1 deletions
diff --git a/app/xdriinfo/autogen.sh b/app/xdriinfo/autogen.sh new file mode 100644 index 000000000..e81f98910 --- /dev/null +++ b/app/xdriinfo/autogen.sh @@ -0,0 +1,13 @@ +#! /bin/sh + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +ORIGDIR=`pwd` +cd $srcdir + +autoreconf -v --install || exit 1 +cd $ORIGDIR || exit $? + +$srcdir/configure --enable-maintainer-mode "$@" + diff --git a/app/xdriinfo/xdriinfo.man b/app/xdriinfo/xdriinfo.man index efe5e51be..b48335cec 100644 --- a/app/xdriinfo/xdriinfo.man +++ b/app/xdriinfo/xdriinfo.man @@ -28,6 +28,11 @@ directly then no X connection is needed. .B DISPLAY The default display. .SH "SEE ALSO" -.IR glxinfo (1x) +.IR X (__miscmansuffix__), +.IR xdpyinfo (__appmansuffix__), +.IR xwininfo (__appmansuffix__), +.IR xvinfo (__appmansuffix__), +.IR glxinfo (__appmansuffix__), +.IR xprop (__appmansuffix__) .SH AUTHOR Felix Kuehling |