diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 22:46:14 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 22:46:14 -0800 |
commit | fa0112f9ed9f253957b467d533b2fdb351fbac93 (patch) | |
tree | 99616bd5c2f5b289acbb8bdf6d3b7010befb9167 | |
parent | 5a13b159150bea1ebda8439ed018a3975f30786b (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 | 26 | ||||
-rw-r--r-- | README.md | 18 |
3 files changed, 20 insertions, 26 deletions
diff --git a/Makefile.am b/Makefile.am index f2b3b88..50e5299 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,3 +51,5 @@ ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ lint: $(LINT) $(ALL_LINT_FLAGS) $(xprop_SOURCES) endif LINT + +EXTRA_DIST = README.md @@ -1,26 +0,0 @@ -xprop is a command line tool to display and/or set window and font -properties of an X server. - -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/xprop - - http://cgit.freedesktop.org/xorg/app/xprop - -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..d856998 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +xprop is a command line tool to display and/or set window and font +properties of an X server. + +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/xprop + +Please submit bug reports and requests to merge patches there. + +For patch submission instructions, see: + + https://www.x.org/wiki/Development/Documentation/SubmittingPatches + |