diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | README.md (renamed from README) | 17 |
2 files changed, 6 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am index c1eb5a9..8b09369 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,7 +61,7 @@ MAINTAINERCLEANFILES = ChangeLog INSTALL CLEANFILES = xinitrc startx EXTRA_DIST = xinitrc.cpp startx.cpp \ - autogen.sh + autogen.sh README.md .PHONY: ChangeLog INSTALL @@ -3,27 +3,20 @@ client program on systems that are not using a display manager such as xdm. The xinit is not intended for naive users. Instead, site administrators should design user-friendly scripts that present the desired interface when starting -up X. The startx script is one such example. +up X. The startx script is one such example. 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 + https://lists.x.org/mailman/listinfo/xorg The master development code repository can be found at: - git://anongit.freedesktop.org/git/xorg/app/xinit + https://gitlab.freedesktop.org/xorg/app/xinit - http://cgit.freedesktop.org/xorg/app/xinit +Please submit bug reports and requests to merge patches there. For patch submission instructions, see: - http://www.x.org/wiki/Development/Documentation/SubmittingPatches - -For more information on the git code manager, see: + https://www.x.org/wiki/Development/Documentation/SubmittingPatches - http://wiki.x.org/wiki/GitPage |