summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 21:23:12 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 21:23:12 -0800
commit36242c559543ffa21570ca961ba950ee0d73c9dd (patch)
tree05fd99fb06a343f6d8297f5398c1e7391cb50343
parent3cd0b7e72ed741bdc26ea7ffd5ea2f4ec3af4f96 (diff)
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--README25
-rw-r--r--README.md17
3 files changed, 18 insertions, 26 deletions
diff --git a/Makefile.am b/Makefile.am
index 3d587df..2f139a5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,7 +55,7 @@ dist_appdefault_DATA = \
bitmapdir = $(includedir)/X11/bitmaps
dist_bitmap_DATA = ldblarrow rdblarrow
-EXTRA_DIST = xdit.bm xdit_mask.bm
+EXTRA_DIST = xdit.bm xdit_mask.bm README.md
MAINTAINERCLEANFILES = ChangeLog INSTALL
diff --git a/README b/README
deleted file mode 100644
index 7cb2263..0000000
--- a/README
+++ /dev/null
@@ -1,25 +0,0 @@
-xditview displays ditroff output on an X display.
-
-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/xditview
-
- http://cgit.freedesktop.org/xorg/app/xditview
-
-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..889155d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+xditview displays ditroff output on an X display.
+
+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/xditview
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+