summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 22:46:14 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 22:46:14 -0800
commitfa0112f9ed9f253957b467d533b2fdb351fbac93 (patch)
tree99616bd5c2f5b289acbb8bdf6d3b7010befb9167
parent5a13b159150bea1ebda8439ed018a3975f30786b (diff)
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--README26
-rw-r--r--README.md18
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
diff --git a/README b/README
deleted file mode 100644
index 55efe0a..0000000
--- a/README
+++ /dev/null
@@ -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
+