summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--README25
-rw-r--r--README.md18
3 files changed, 19 insertions, 26 deletions
diff --git a/Makefile.am b/Makefile.am
index 2342006..8c49e86 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,7 +42,7 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man
.man.$(APP_MAN_SUFFIX):
$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
-EXTRA_DIST = $(appman_PRE)
+EXTRA_DIST = $(appman_PRE) README.md
MAINTAINERCLEANFILES = ChangeLog INSTALL
diff --git a/README b/README
deleted file mode 100644
index 8784284..0000000
--- a/README
+++ /dev/null
@@ -1,25 +0,0 @@
-lndir - create a shadow directory of symbolic links to another directory tree
-
-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/util/lndir
-
- http://cgit.freedesktop.org/xorg/util/lndir
-
-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..07824bc
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+lndir - create a shadow directory of symbolic links to another directory tree
+-----------------------------------------------------------------------------
+
+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/lndir
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+