From 9fc210b7e39bf283a2cd5de01adcdf2195472a96 Mon Sep 17 00:00:00 2001 From: sjborley Date: Mon, 15 Aug 2005 22:32:35 +0000 Subject: [PATCH] * In INSTALL added --enable-maintainer-mode as an argument to ./configure when building straight from CVS. This is now necessary due to the use of version.texi to allow versioning info to be passed into the documentation system. --- ChangeLog | 9 +++++++++ INSTALL | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0916e884a..9671510c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-08-15 Steven Borley + + * Yet more changes to the doc build system - see doc/ChangeLog for details + + * In INSTALL added --enable-maintainer-mode as an argument to ./configure + when building straight from CVS. This is now necessary due to the use of + version.texi to allow versioning info to be passed into the documentation + system. + 2005-08-14 Steven Borley * More changes to the documentation. Specifically the make dist now produces diff --git a/INSTALL b/INSTALL index 49fd73488..d3539ea70 100644 --- a/INSTALL +++ b/INSTALL @@ -17,7 +17,7 @@ The project uses the GNU build process. This is still very crude and needs work, but basically you should be able to do the following: $ ./autogen.sh -$ ./configure +$ ./configure --enable-maintainer-mode $ make $ sudo make install