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