Hi Joshua, On Tue, 2008-08-12 at 13:28 -0400, Joshua Sumali wrote: > This patch merges invoke.texi, the texinfo for gjdoc, into > cp-tools.texinfo, so that gjdoc info > is included in cp-tools.info. This fixes > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37082 . > > 2008-08-12 Joshua Sumali <[EMAIL PROTECTED]> > > * doc/Makefile.am (gjdoc.pod): Generate gjdoc pod from cp-tools.texinfo > instead of invoke.texi. > * doc/invoke.texi: Removed and merged into ... > * doc/cp-tools.texinfo: Here. > > Comments, or OK to commit?
This seems like a good idea. You also will want to remove invoke.texi from the Makefile.am EXTRA_DISTS (a make distcheck would probably have caught that). Thanks, Mark