This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[gcc.texi] Make user-only manual work


Producing a user-only manual is currently broken because a few nodes which
are always present in the Top menu are wrapped in @ifset INTERNALS.  They
should instead be always used.

The porter-only manual is still broken (references to nonexistent nodes
`G++ and GCC', `Cross Runtime', `Installation').  Maybe it wants to get
install.texi too, but I'm not sure that's the right thing to do, and I
don't want to make a porter-only manual anyway :-).

(I haven't sent in a copyright assignment yet, but this is teeny tiny, right?)

    John

Tue Jan 11 09:32:05 PST 2000  John Marshall <john_w_marshall@palm.com>

	* gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
	  these nodes even if INTERNALS is not set.

*** gcc.texi.orig	Tue Jan 11 09:18:48 2000
--- gcc.texi	Tue Jan 11 09:22:24 2000
***************
*** 4022,4027 ****
--- 4022,4028 ----
  @item INSTALL
  The install program to use.
  @end table
+ @end ifset
  
  @node Funding
  @unnumbered Funding Free Software
***************
*** 4753,4764 ****
  
  @node Index
  @unnumbered Index
- @end ifset
- 
- @ifclear INTERNALS
- @node Index
- @unnumbered Index
- @end ifclear
  
  @printindex cp
  
--- 4754,4759 ----

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]