From d274dcabfb3882ff59300e019daef023442cbcbd Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Mon, 15 Dec 2003 02:24:07 +0100
Subject: [PATCH] More documentation.

Rev: src/MANIFEST:1.3
---
 src/MANIFEST | 31 +++++++++++++++++++++++++------
 1 file changed, 25 insertions(+), 6 deletions(-)

diff --git a/src/MANIFEST b/src/MANIFEST
index d58f0bd8b0..ceb7430eba 100644
--- a/src/MANIFEST
+++ b/src/MANIFEST
@@ -387,20 +387,39 @@ Core runtime support
     Thread support. Provides a generic thread farm too.
 
 Build system
-FIXME: Document these.
 
   Makefile.in
-  acconfig.h
-  aclocal.m4
-  build_modlist_h
+    The Makefile template. Used by configure to generate a Makefile.
+
   configure.in
+    The configure template. Used by run_autoconfig to generate
+    configure.  
+
   dumpmaster.pike
+    Codec made especially for dumping the Pike master.
+
   export_list
-  install-sh
+    A list of the files and directories that should be included in a
+    source dist. Used by bin/export.pike.
+
   install-welcome
-  make_variables.in
+    GIF image used in the Pike GTK installer.
+
   patch_cc1.c
+    Small utility that binary patches gcc so that it doesn't use
+    .ua{half,word} directives. May be invoked by configure.
+
   precompile.sh.in
+    Template to create precompile.sh, a utility script that finds the
+    most apropriate Pike binary and execute the script given in its
+    argument with that binary.
+
+FIXME: Document these.
+
+  acconfig.h
+  aclocal.m4
+  install-sh
+  make_variables.in
   precompile2.sh
   run_autoconfig
   smartlink.c
-- 
GitLab