diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-18 21:40:32 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-18 21:40:32 -0800 |
commit | 5b8967a9035e9ba3f87c4d6987dd6cbe6d0d4923 (patch) | |
tree | 64230fba534eef3a486e240896d5fc04bceced85 | |
parent | 3c1045e1bc68a140e6d9e79814f9348785e81032 (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 | 24 | ||||
-rw-r--r-- | README.md | 16 |
3 files changed, 17 insertions, 25 deletions
diff --git a/Makefile.am b/Makefile.am index b4cf710..f0eca2e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ fontdir = @FONTDIR@ font_DATA = $(PCF_FILES) CLEANFILES = $(font_DATA) -EXTRA_DIST = $(BDF_FILES) autogen.sh +EXTRA_DIST = $(BDF_FILES) autogen.sh README.md MAINTAINERCLEANFILES = ChangeLog INSTALL @@ -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/sun-misc - - http://cgit.freedesktop.org/xorg/font/sun-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..4ad6efa --- /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/sun-misc + +Please submit bug reports and requests to merge patches there. + +For patch submission instructions, see: + + https://www.x.org/wiki/Development/Documentation/SubmittingPatches + |