From a5b806e511edac24c12213090ce32491652a1a1c Mon Sep 17 00:00:00 2001 From: panne Date: Sat, 15 Nov 2003 22:31:16 +0000 Subject: [PATCH] [project @ 2003-11-15 22:31:16 by panne] Decouple packages a bit more again: The prologue of the combined index is now generated via shell magic from the package prologues. As a nice side effect, some autoconf magic is gone, so configure.ac is effectively empty now (but not for long... :-) --- prologue.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 prologue.txt diff --git a/prologue.txt b/prologue.txt new file mode 100644 index 0000000..f3a7a3a --- /dev/null +++ b/prologue.txt @@ -0,0 +1,3 @@ +This package contains the @Prelude@ and its support libraries, and a large +collection of useful libraries ranging from data structures to parsing +combinators and debugging utilities. -- 1.7.10.4