* Don't put this file into the distribution. Don't mention it in the
ChangeLog.
-
================================================================
= Administrivia
texinfo.tex (bug-texinfo@gnu.org),
Most of them are updated before release with `make fetch'.
-* Changes other than bug fixes must be mentioned in NEWS
-
+* Changes other than bug fixes must be mentioned in NEWS. Important
+ bug fixes should be mentioned in NES, too.
================================================================
= Naming
* Use `##' comments liberally. Comment anything even remotely
unusual.
-* Never use basename or dirname. Instead use sed
+* Never use basename or dirname. Instead use sed.
* Do not use `cd' within back-quotes, use `$(am__cd)' instead.
Otherwise the directory name may be printed, depending on CDPATH.
"important" command it runs. The printed commands should be preceded
by a single space.
-
================================================================
= Editing automake.in and aclocal.in
* Perl 5 is now OK.
-
================================================================
= Working with git
================================================================
= Test suite
-* Use "make check" and "make maintainer-check" liberally
+* Use "make check" and "make maintainer-check" liberally.
-* Make sure each test file is executable
+* Make sure each test file is executable.
* Use `keep_testdirs=yes' to keep test directories for successful
tests also.
+* See file `tests/README' for more information.
+
================================================================
= Release procedure