summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-18 18:34:21 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-18 18:34:21 -0800
commitdecbd6ff7ce545d502a9eb6ebf80a1a050d03548 (patch)
tree173dde727f7bfc8a6ff5fbaa08d63bd80f709d0d
parent3d86fb95fff4fda7aec603de26dcc83f17375260 (diff)
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--README24
-rw-r--r--README.md18
3 files changed, 19 insertions, 25 deletions
diff --git a/Makefile.am b/Makefile.am
index 04e57b1..2c9f5b6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,7 +37,7 @@ ENCODING_FILES = \
tis620-2.enc \
viscii1.1-1.enc
-EXTRA_DIST = $(ENCODING_FILES)
+EXTRA_DIST = $(ENCODING_FILES) README.md
MAINTAINERCLEANFILES = ChangeLog INSTALL
diff --git a/README b/README
deleted file mode 100644
index e6111bf..0000000
--- a/README
+++ /dev/null
@@ -1,24 +0,0 @@
-
-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/font/encodings
-
- http://cgit.freedesktop.org/xorg/font/encodings
-
-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..e4a7238
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+Font encoding tables for libfontenc
+-----------------------------------
+
+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/font/encodings
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+