summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-19 22:30:30 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-19 22:30:30 -0800
commitc9f8faf1c05fb92abc6c5b1db5e45eb1a7942875 (patch)
treeacc219051788bd518e98e85ad04ea14065390a1a
parent73a1e769dcf2a603fc63f5c36626c1c6db815f46 (diff)
downloadxorg-lib-libXpm-c9f8faf1c05fb92abc6c5b1db5e45eb1a7942875.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, 19 insertions, 26 deletions
diff --git a/Makefile.am b/Makefile.am
index 1f17762..8ce7a90 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@ ACLOCAL_AMFLAGS = -I m4
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xpm.pc
-EXTRA_DIST = COPYRIGHT NEWS.old
+EXTRA_DIST = COPYRIGHT NEWS.old README.md
MAINTAINERCLEANFILES = ChangeLog INSTALL
diff --git a/README b/README
deleted file mode 100644
index 9d14a39..0000000
--- a/README
+++ /dev/null
@@ -1,25 +0,0 @@
-libXpm - X Pixmap (XPM) image file format library
-
-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/libXpm
-
- http://cgit.freedesktop.org/xorg/lib/libXpm
-
-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..f661e15
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+libXpm - X Pixmap (XPM) image file format library
+-------------------------------------------------
+
+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/libXpm
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+