diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-19 23:40:18 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-19 23:40:18 -0800 |
commit | 277eaf65d43f9fe9d3d223810e1872c32436c01e (patch) | |
tree | eb132bc7cf2eb79226df082cc42cd347f057cf17 | |
parent | d15117c98a071b8fd30fb163fc45cb37db760654 (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 30e0a0d..00b695e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ AM_CPPFLAGS = -DOBJSUFFIX=\".${OBJEXT}\" -DINCLUDEDIR=\"/usr/include\" AM_CPPFLAGS += $(X_CFLAGS) AM_CFLAGS = $(CWARNFLAGS) -EXTRA_DIST = autogen.sh makedepend.man +EXTRA_DIST = autogen.sh makedepend.man README.md # Man page appmandir = $(APP_MAN_DIR) @@ -1,25 +0,0 @@ -makedepend - create dependencies in makefiles - -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/makedepend - - http://cgit.freedesktop.org/xorg/util/makedepend - -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..dad6209 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +makedepend - create dependencies in makefiles +--------------------------------------------- + +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/makedepend + +Please submit bug reports and requests to merge patches there. + +For patch submission instructions, see: + + https://www.x.org/wiki/Development/Documentation/SubmittingPatches + |