From 312e6d4c5bbfbdf1adc56bb7664f482f077d147a Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sat, 2 Feb 2008 16:15:40 +0100 Subject: [PATCH] Document econfig key info setting for running without installing --- include/econfig-spec.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/econfig-spec.h b/include/econfig-spec.h index 131b6b17..03d54162 100644 --- a/include/econfig-spec.h +++ b/include/econfig-spec.h @@ -79,7 +79,9 @@ EMPCF_COMMENT("# Note: Use an absolute name here, the interpretation of a relati "# name may change.") EMPCFBOTH("info", infodir, char *, NSC_STRING, KM_INTERNAL, "Directory where info pages are stored, can be shared among games") -EMPCF_COMMENT("# Note: Use an absolute name here, the interpretation of a relative\n" +EMPCF_COMMENT("# Set this to your build tree's info.nr to run the server without\n" + "# installing it.\n" + "# Note: Use an absolute name here, the interpretation of a relative\n" "# name may change.") EMPCFBOTH("builtin", builtindir, char *, NSC_STRING, KM_INTERNAL, "Directory where builtin files are stored")