diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-19 23:37:25 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-19 23:37:25 -0800 |
commit | 0883f6fa6e0dd40ddcec7c0675b0bd0d660f5ed6 (patch) | |
tree | d42e52aefc9ed186ce07065bc9d7aa7468c1520b | |
parent | bd66ce3ba4a9d1d1490cb5775a2fdd0b408879b6 (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 | 22 | ||||
-rw-r--r-- | README.md | 19 |
3 files changed, 21 insertions, 22 deletions
diff --git a/Makefile.am b/Makefile.am index 134a5cc..26d100b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,3 +38,5 @@ ChangeLog: $(CHANGELOG_CMD) dist-hook: ChangeLog + +EXTRA_DIST = README.md @@ -1,22 +0,0 @@ -This is a set of autoconf macros used by the configure.ac scripts in -other Xorg modular packages, and is needed to generate new versions -of their configure scripts with autoconf. - -Please submit bugs & patches to the Xorg bugzilla: - - https://bugs.freedesktop.org/enter_bug.cgi?product=xorg - -All questions regarding this software should be directed at the -Xorg mailing list: - - http://lists.freedesktop.org/mailman/listinfo/xorg - -The master development code repository can be found at: - - git://anongit.freedesktop.org/git/xorg/util/macros - - http://cgit.freedesktop.org/xorg/util/macros/ - -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..3837e00 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +This is a set of autoconf macros used by the configure.ac scripts in +other Xorg modular packages, and is needed to generate new versions +of their configure scripts with autoconf. + +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/util/macros + +Please submit bug reports and requests to merge patches there. + +For patch submission instructions, see: + + https://www.x.org/wiki/Development/Documentation/SubmittingPatches + |