summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md18
-rw-r--r--configure.ac7
2 files changed, 11 insertions, 14 deletions
diff --git a/README.md b/README.md
index c47447f..d3fffc2 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,9 @@
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.
+core font system. The current implementation has been moved into
+the mkfontscale repository:
-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/app/mkfontdir
+ https://gitlab.freedesktop.org/xorg/app/mkfontscale
Please submit bug reports and requests to merge patches there.
-For patch submission instructions, see:
-
- https://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
+This repository has been archived and is no longer used.
diff --git a/configure.ac b/configure.ac
index f6c282b..b329ebe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,6 +35,13 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
+AC_MSG_WARN([
+ ***************************************************************************
+ This repository is umaintained, untested and may not build.
+ Current source for mkfontdir has been merged into the mkfontscale source:
+ https://gitlab.freedesktop.org/xorg/app/mkfontscale
+ ***************************************************************************])
+
AC_CONFIG_FILES([
Makefile
man/Makefile])