summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 19:57:31 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 19:57:31 -0800
commitc3e7ded5b2591059ddd26a96ad46a158722dbf48 (patch)
treef22963dd0d878bc19908314f6ce45a3ce85572d2
parent63dcab1cd3f72033e67a30b827089dd38e2041d7 (diff)
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.md17
3 files changed, 19 insertions, 25 deletions
diff --git a/Makefile.am b/Makefile.am
index 1341f5a..ddcbc6b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,3 +46,5 @@ ChangeLog:
$(CHANGELOG_CMD)
dist-hook: ChangeLog INSTALL
+
+EXTRA_DIST = README.md
diff --git a/README b/README
deleted file mode 100644
index 340ec51..0000000
--- a/README
+++ /dev/null
@@ -1,25 +0,0 @@
-fslsfonts produces a list of fonts served by an X font server.
-
-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/app/fslsfonts
-
- http://cgit.freedesktop.org/xorg/app/fslsfonts
-
-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..eb7dc63
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+fslsfonts produces a list of fonts served by an X font server.
+
+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/app/fslsfonts
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+