* 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.
This commit is contained in:
sjborley 2005-08-15 22:32:35 +00:00
parent 2952068f93
commit 9fc210b7e3
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
2005-08-15 Steven Borley <steven.borley@virgin.net>
* 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 <steven.borley@virgin.net>
* More changes to the documentation. Specifically the make dist now produces

View File

@ -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