I just noticed that ispell.texinfo has a few chunks of documentation (one of which is its copyright) that are bracketed by [EMAIL PROTECTED]'' ... [EMAIL PROTECTED] ifinfo'' pairs.
This causes those paragraphs to appear in the info document (generated by ``makeinfo ispell.texinfo'') but to not appear in the html document (generated by ``texi2html -monolithic ispell.texinfo''). Is this a feature or bug in texi2html, and is there an easy way around it? Sorry, I'm a newbie regarding .texinfo files. I ask because said copyright apparently doesn't want itself to be suppressed: @ifinfo This file documents ISPELL, an interactive spelling corrector. Copyright 1988, 1990, 1991, 1992, 1993 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. @ignore Permission is granted to process this file through TeX and print the results, provided the printed document carries copying permission notice identical to this one except for the removal of this paragraph (this paragraph not being relevant to the printed manual). @end ignore Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Foundation. @end ifinfo

