summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 23:28:22 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 23:28:22 -0800
commit2ad1ba0f7af2003ced1e92e41cbe10eedc0c4b94 (patch)
tree35182fac449ba3ea776c04a7a8e3e5b1030350ab
parent1b123ac8521c7ce391970e5cc15242e42948d5d7 (diff)
Update README for gitlab migrationHEADmaster
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--README29
-rw-r--r--README.md21
3 files changed, 22 insertions, 30 deletions
diff --git a/Makefile.am b/Makefile.am
index 70cfb2c..c431d5b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -151,7 +151,7 @@ shadowmen = $(man_shadows:=.@APP_MAN_SUFFIX@)
$(shadowmen):
$(AM_V_GEN)echo .so man$(APP_MAN_DIR_SUFFIX)/xtrap.$(APP_MAN_SUFFIX) > $@
-EXTRA_DIST += ChangeLog
+EXTRA_DIST += ChangeLog README.md
MAINTAINERCLEANFILES = ChangeLog
.PHONY: ChangeLog
diff --git a/README b/README
deleted file mode 100644
index d1ef543..0000000
--- a/README
+++ /dev/null
@@ -1,29 +0,0 @@
-These commands are sample clients provided with the
-XTrap X Server Extension, Version 3.3.
-
-XTrap is an X Server extension which facilitates the capturing of
-server protocol and synthesizing core input events.
-
-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/xtrap
-
- http://cgit.freedesktop.org/xorg/app/xtrap
-
-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
-
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..366cd7f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+These commands are sample clients provided with the
+XTrap X Server Extension, Version 3.3.
+
+XTrap is an X Server extension which facilitates the capturing of
+server protocol and synthesizing core input events.
+
+All questions regarding this software should be directed at the
+Xorg mailing list:
+
+ https://lists.x.org/mailman/listinfo/xorg
+
+The master development code repository can be found at:
+
+ https://gitlab.freedesktop.org/xorg/app/xtrap
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+