diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-19 23:36:31 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-19 23:36:31 -0800 |
commit | 9030aab24e50943703bf6162b9a00151ca9598fa (patch) | |
tree | 4d33a4579c10da82bb11a18442076b105e4b6ab9 | |
parent | 8b1b35bffe2cc6f6f2e2a8255fc8b0a977054516 (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 | 25 | ||||
-rw-r--r-- | README.md | 18 |
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 @@ -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 + |