diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-19 21:46:07 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-19 21:46:07 -0800 |
commit | 591b72e42e8da9c991fc9a64b8420b38405a226b (patch) | |
tree | 37a8bed7cc41721452be5a817e83c022c60470b9 | |
parent | 41b8b4f089488f2dd85f4995cfd9d45434fcbccc (diff) |
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | README | 25 | ||||
-rw-r--r-- | README.md | 18 |
3 files changed, 19 insertions, 25 deletions
diff --git a/Makefile.am b/Makefile.am index 6fd7a30..c4aca29 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,3 +36,4 @@ ChangeLog: dist-hook: ChangeLog INSTALL +EXTRA_DIST = README.md @@ -1,25 +0,0 @@ -libXcomposite - client library for the Composite extension to the X11 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/lib/libXcomposite - - http://cgit.freedesktop.org/xorg/lib/libXcomposite - -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..757ccfb --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +libXcomposite - client library for the Composite extension to the X11 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/lib/libXcomposite + +Please submit bug reports and requests to merge patches there. + +For patch submission instructions, see: + + https://www.x.org/wiki/Development/Documentation/SubmittingPatches + |