summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-19 22:48:06 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-19 22:48:06 -0800
commit5af31d2a24abe5a41995c792012e5dc489ec2674 (patch)
treeaeaadd2cd7e86b3e7fc74c7160111d410aeb91dd
parent3d64daf31207c9162acf2999ee566fde448b178d (diff)
downloadxorg-lib-libXv-5af31d2a24abe5a41995c792012e5dc489ec2674.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 909cef5..defcc53 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,3 +40,5 @@ if LINT
lint:
(cd src && $(MAKE) $(MFLAGS) lint)
endif LINT
+
+EXTRA_DIST = README.md
diff --git a/README b/README
deleted file mode 100644
index 22a65b0..0000000
--- a/README
+++ /dev/null
@@ -1,25 +0,0 @@
-libXv - library for the X Video (Xv) extension to the X Window System
-
-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/libXv
-
- http://cgit.freedesktop.org/xorg/lib/libXv
-
-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..b00dcee
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+libXv - library for the X Video (Xv) extension to the X Window System
+---------------------------------------------------------------------
+
+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/libXv
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+