diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | README | 22 | ||||
-rw-r--r-- | README.md | 19 |
3 files changed, 21 insertions, 22 deletions
diff --git a/Makefile.am b/Makefile.am index 134a5cc..26d100b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,3 +38,5 @@ ChangeLog: $(CHANGELOG_CMD) dist-hook: ChangeLog + +EXTRA_DIST = README.md @@ -1,22 +0,0 @@ -This is a set of autoconf macros used by the configure.ac scripts in -other Xorg modular packages, and is needed to generate new versions -of their configure scripts with autoconf. - -Please submit bugs & patches to the Xorg bugzilla: - - https://bugs.freedesktop.org/enter_bug.cgi?product=xorg - -All questions regarding this software should be directed at the -Xorg mailing list: - - http://lists.freedesktop.org/mailman/listinfo/xorg - -The master development code repository can be found at: - - git://anongit.freedesktop.org/git/xorg/util/macros - - http://cgit.freedesktop.org/xorg/util/macros/ - -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..3837e00 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +This is a set of autoconf macros used by the configure.ac scripts in +other Xorg modular packages, and is needed to generate new versions +of their configure scripts with autoconf. + +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/macros + +Please submit bug reports and requests to merge patches there. + +For patch submission instructions, see: + + https://www.x.org/wiki/Development/Documentation/SubmittingPatches + |