diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 22:35:18 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 22:35:18 -0800 |
commit | c2807f825b73e6b8310b8281245e8ac42d550250 (patch) | |
tree | ab6a33ef48145aa32c3189ee342083f3c4047c35 | |
parent | 637ba8863fa94210a7642e9460f314ec41867796 (diff) |
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | README | 25 | ||||
-rw-r--r-- | README.md | 17 |
3 files changed, 18 insertions, 26 deletions
diff --git a/Makefile.am b/Makefile.am index 9cd8d5f..e7c3d62 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ xlsfonts_SOURCES = \ dsimple.h \ xlsfonts.c -EXTRA_DIST = xlsfonts.xml +EXTRA_DIST = xlsfonts.xml README.md MAINTAINERCLEANFILES = ChangeLog INSTALL .PHONY: ChangeLog INSTALL @@ -1,25 +0,0 @@ -xlsfonts lists fonts available from an X server via the X11 core protocol. - -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/xlsfonts - - http://cgit.freedesktop.org/xorg/app/xlsfonts - -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..d6a21fc --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +xlsfonts lists fonts available from an X server via the X11 core protocol. + +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/xlsfonts + +Please submit bug reports and requests to merge patches there. + +For patch submission instructions, see: + + https://www.x.org/wiki/Development/Documentation/SubmittingPatches + |