summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 22:50:53 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 22:50:53 -0800
commit9933b560d5056135eab1246d58c2b3590ce85f4a (patch)
treea74357520e35737e26a68c867f8e8d279544d2f0
parent3900110b0ca575030b9d097349e6907ac28fe7fb (diff)
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--README25
-rw-r--r--README.md18
3 files changed, 20 insertions, 25 deletions
diff --git a/Makefile.am b/Makefile.am
index ce95ce3..d66803e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,3 +39,5 @@ ChangeLog:
$(CHANGELOG_CMD)
dist-hook: ChangeLog INSTALL
+
+EXTRA_DIST = README.md
diff --git a/README b/README
deleted file mode 100644
index 65a25b0..0000000
--- a/README
+++ /dev/null
@@ -1,25 +0,0 @@
-xrefresh - refresh all or part of an X screen
-
-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/xrefresh
-
- http://cgit.freedesktop.org/xorg/app/xrefresh
-
-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..e7c5ef9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+xrefresh - refresh all or part of an X screen
+---------------------------------------------
+
+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/xrefresh
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+