summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 20:21:49 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 20:21:49 -0800
commit451cc188fa8d6cbd1a17da97baf340807a5484e9 (patch)
treeaf7b5f6dc20568b9f02b87bded58fddc8765a47f
parent32b9ef6b8a09ac523292e80fd78789288c32a67f (diff)
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--README27
-rw-r--r--README.md19
3 files changed, 20 insertions, 28 deletions
diff --git a/Makefile.am b/Makefile.am
index 70de4f1..132fd3f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,7 @@ SUBDIRS = man
bin_SCRIPTS = mkfontdir
CLEANFILES = $(bin_SCRIPTS)
-EXTRA_DIST = $(bin_SCRIPTS:=.in)
+EXTRA_DIST = $(bin_SCRIPTS:=.in) README.md
DIR_SUBSTS = -e 's|@bindir[@]|$(bindir)|g'
mkfontdir: mkfontdir.in
diff --git a/README b/README
deleted file mode 100644
index 241c4da..0000000
--- a/README
+++ /dev/null
@@ -1,27 +0,0 @@
-mkfontdir creates the fonts.dir files needed by the legacy X server
-core font system. The current implementation is a simple wrapper script
-around the mkfontscale program, which must be built and installed first.
-
-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/mkfontdir
-
- http://cgit.freedesktop.org/xorg/app/mkfontdir
-
-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..c47447f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+mkfontdir creates the fonts.dir files needed by the legacy X server
+core font system. The current implementation is a simple wrapper script
+around the mkfontscale program, which must be built and installed first.
+
+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/mkfontdir
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+