diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-18 17:46:34 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-18 17:46:34 -0800 |
commit | a1c7d3849a560b2a17e33b12ac435cc64f1bb9d3 (patch) | |
tree | 6b9c4c5033d0063bf28735c17fc903b904ec00b0 | |
parent | bc8a18f501aa747913eb969d0238e0c5edc84a51 (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 1c2a087..e73d106 100644 --- a/Makefile.am +++ b/Makefile.am @@ -203,7 +203,7 @@ BUILT_BDF_FILES = \ $(ISO8859_15_BDF_FILES) CLEANFILES = $(font_DATA) $(BUILT_BDF_FILES) -EXTRA_DIST = $(BDF_FILES) LU_LEGALNOTICE +EXTRA_DIST = $(BDF_FILES) LU_LEGALNOTICE 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/bh-100dpi - - http://cgit.freedesktop.org/xorg/font/bh-100dpi - -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..0bf2029 --- /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/bh-100dpi + +Please submit bug reports and requests to merge patches there. + +For patch submission instructions, see: + + https://www.x.org/wiki/Development/Documentation/SubmittingPatches + |