summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-18 18:52:27 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-18 18:52:27 -0800
commit11ad59c3446e38a1642cafcae7627c70fae9ee89 (patch)
tree3010e7172e5ca8e284aebbcbbd3e1ec17e524e64
parentbfae90d575c44cca11410b1ca136dff5f88bf91c (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.md16
3 files changed, 17 insertions, 25 deletions
diff --git a/Makefile.am b/Makefile.am
index 98bde46..d0a02c8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -319,7 +319,7 @@ BUILT_BDF_FILES = \
CLEANFILES = $(font_DATA) $(TRUNC_BDF_FILES) $(BUILT_BDF_FILES)
-EXTRA_DIST = $(BDF_FILES)
+EXTRA_DIST = $(BDF_FILES) README.md
MAINTAINERCLEANFILES = ChangeLog INSTALL
diff --git a/README b/README
deleted file mode 100644
index 0e1ed67..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/misc-misc
-
- http://cgit.freedesktop.org/xorg/font/misc-misc
-
-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..e38aaff
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+
+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/misc-misc
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+