summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-19 22:37:07 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-19 22:37:07 -0800
commite731a0e04c31bdb6b6b513bfd884e91ad907e05f (patch)
treebb1da71dac17e2bcdf68a6ca23d20b87d3aeeb9d
parentf4f32f13635907940a0bffcfd1748be392db4b98 (diff)
downloadxorg-lib-libXrender-e731a0e04c31bdb6b6b513bfd884e91ad907e05f.tar.gz
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 1c902dc..2939a2e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,3 +37,5 @@ ChangeLog:
$(CHANGELOG_CMD)
dist-hook: ChangeLog INSTALL
+
+EXTRA_DIST = README.md
diff --git a/README b/README
deleted file mode 100644
index c9d964a..0000000
--- a/README
+++ /dev/null
@@ -1,25 +0,0 @@
-libXrender - library for the Render Extension to the X11 protocol
-
-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/lib/libXrender
-
- http://cgit.freedesktop.org/xorg/lib/libXrender
-
-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..3aae6b7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+libXrender - library for the Render Extension to the X11 protocol
+-----------------------------------------------------------------
+
+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/lib/libXrender
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+