diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-05 20:40:45 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-05 20:41:04 -0700 |
commit | 6a24b39d0674ee35436bad6aa0fad8150cf2c427 (patch) | |
tree | 14abf808ce80832fa074d35633478c0be953cd27 | |
parent | 20a3ff72337c689ca46f140e594933df75d2bce4 (diff) |
Add pointers to mailing lists, bugzilla, & git to README
Also delete empty INSTALL so automake installs the default one
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | INSTALL | 0 | ||||
-rw-r--r-- | README | 24 |
3 files changed, 25 insertions, 0 deletions
@@ -12,6 +12,7 @@ config.status config.sub configure depcomp +INSTALL install-sh missing stamp-h1 diff --git a/INSTALL b/INSTALL deleted file mode 100644 index e69de29..0000000 --- a/INSTALL +++ /dev/null @@ -3,3 +3,27 @@ map and keymap table that are used by client applications to convert event keycodes into keysyms. It is usually run from the user's session startup script to configure the keyboard according to personal tastes. + +All questions regarding this software should be directed at the +Xorg mailing list: + + http://lists.freedesktop.org/mailman/listinfo/xorg + +Please submit bug reports to the Xorg bugzilla: + + https://bugs.freedesktop.org/enter_bug.cgi?product=xorg + +The master development code repository can be found at: + + git://anongit.freedesktop.org/git/xorg/app/xmodmap + + http://cgit.freedesktop.org/xorg/app/xmodmap + +For patch submission instructions, see: + + http://www.x.org/wiki/Development/Documentation/SubmittingPatches + +For more information on the git code manager, see: + + http://wiki.x.org/wiki/GitPage + |