summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-01 14:54:18 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-01 15:20:42 -0700
commitca2834cb13734a4a3fa7b44f00ae1d69f7b8d364 (patch)
tree0eb2bcd687a89faf329b68591f93199520281e3f
parent5cff04431124e447f3499850924601ae28d4fceb (diff)
Add README with pointers to mailing lists, bugzilla, & git
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--README27
1 files changed, 27 insertions, 0 deletions
diff --git a/README b/README
index e69de29..241c4da 100644
--- a/README
+++ b/README
@@ -0,0 +1,27 @@
+mkfontdir creates the fonts.dir files needed by the legacy X server
+core font system. The current implementation is a simple wrapper script
+around the mkfontscale program, which must be built and installed first.
+
+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/app/mkfontdir
+
+ http://cgit.freedesktop.org/xorg/app/mkfontdir
+
+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
+