Browse Source

* 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.
pre-master-46
sjborley 21 years ago
parent
commit
9fc210b7e3
  1. 9
      ChangeLog
  2. 2
      INSTALL

9
ChangeLog

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

2
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

Loading…
Cancel
Save