summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-18 18:35:25 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-18 18:35:25 -0800
commit3ea3be70101fe8261d30e127513ca5a0873407cc (patch)
treeb8bcf9c6f497d4fcd88b5f8edc05abb0ccb50d14
parentd7c6b7131a3c3966320d5cadc832e7443b56bf87 (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 32c4bef..2524e41 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,7 @@ FONT_FILES = \
fontdir = @FONTDIR@
font_DATA = $(FONT_FILES)
-EXTRA_DIST = $(FONT_FILES) COPYRIGHT.IBM
+EXTRA_DIST = $(FONT_FILES) COPYRIGHT.IBM README.md
MAINTAINERCLEANFILES = ChangeLog INSTALL
diff --git a/README b/README
deleted file mode 100644
index 038ca51..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/ibm-type1
-
- http://cgit.freedesktop.org/xorg/font/ibm-type1
-
-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..30f3ddc
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+IBM Courier Type 1 fonts
+------------------------
+
+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/ibm-type1
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+