X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/6aeb9c579b7e7dd8d9a98c31f75ce7a3e20f1318..2f7a96b58f10a7f4e10f6fe1aa3c76e075b7c099:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 9084f141..527a8955 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2007-11-05 Akim Demaille + + * build-aux/Makefile.am: Ship cross-options.pl. + * doc/Makefile.am: Always refer to cross-options.texi with + $(srcdir). + (MAINTAINERCLEANFILES): Add it. + +2007-11-04 Akim Demaille + + Generate the long/short option cross-table. + * build-aux/cross-options.pl: New. + * doc/Makefile.am (cross-options.texi): New. + * doc/bison.texinfo: Use it. + +2007-11-04 Akim Demaille + + Generate bison.1 using help2man. + * doc/common.x, doc/bison.x: New. + * doc/Makefile.am (bison.1, .x.1): New. + The code is taken from autoconf-2.61/man/Makefile.am. + * configure.ac: Look for help2man. + 2007-11-04 Akim Demaille Complete --help.