summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-19 23:03:36 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-19 23:03:36 -0800
commitd30934ee6e0ee48cc10c141d5681be847e28e974 (patch)
treea7fc71d9dc25366ceb0201edbc8f3cdbabf1dc63
parent44f3dd08f99ba67e967980daaea2b800c68e2659 (diff)
downloadxorg-lib-libpciaccess-d30934ee6e0ee48cc10c141d5681be847e28e974.tar.gz
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--README35
-rw-r--r--README.md28
3 files changed, 30 insertions, 35 deletions
diff --git a/Makefile.am b/Makefile.am
index fc47966..4d823c5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,3 +41,5 @@ ChangeLog:
$(CHANGELOG_CMD)
dist-hook: ChangeLog INSTALL
+
+EXTRA_DIST = README.md
diff --git a/README b/README
deleted file mode 100644
index 8b64261..0000000
--- a/README
+++ /dev/null
@@ -1,35 +0,0 @@
-xorg/lib/libpciaccess - Generic PCI access library
-
-Documentation of the libpciaccess API's can be generated from the
-sources via the doxygen command. Information about porting Xorg
-drivers to libpciaccess is located at:
-
- http://www.x.org/wiki/PciReworkHowto
-
-For historical reference, the original proposal for this work is at:
-
- http://www.x.org/wiki/PciReworkProposal
-
-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/libpciaccess
-
- http://cgit.freedesktop.org/xorg/lib/libpciaccess
-
-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..b3d7ec1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,28 @@
+xorg/lib/libpciaccess - Generic PCI access library
+--------------------------------------------------
+
+Documentation of the libpciaccess API's can be generated from the
+sources via the doxygen command. Information about porting Xorg
+drivers to libpciaccess is located at:
+
+ https://www.x.org/wiki/PciReworkHowto
+
+For historical reference, the original proposal for this work is at:
+
+ https://www.x.org/wiki/PciReworkProposal
+
+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/libpciaccess
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+