Commit bcecb0b0 by Mark Mitchell Committed by Mark Mitchell

fdl.texi: New file.

	* fdl.texi: New file.
	* objc-features.texi: Simplify.
	* Makefile.in: Adjust accordingly.

From-SVN: r41747
parent 0cd015ea
2001-05-01 Mark Mitchell <mark@codesourcery.com>
* fdl.texi: New file.
* objc-features.texi: Simplify.
* Makefile.in: Adjust accordingly.
2001-04-30 Mark Mitchell <mark@codesourcery.com> 2001-04-30 Mark Mitchell <mark@codesourcery.com>
* objc-features.texi: Use the GFDL. * objc-features.texi: Use the GFDL.
......
#Makefile for GNU Objective C runtime library. #Makefile for GNU Objective C runtime library.
#Copyright (C) 1993, 95-98, 1999 Free Software Foundation, Inc. #Copyright (C) 1993, 95-98, 1999, 2001 Free Software Foundation, Inc.
#This file is part of GNU CC. #This file is part of GNU CC.
...@@ -294,10 +294,10 @@ dvi: objc-features.dvi ...@@ -294,10 +294,10 @@ dvi: objc-features.dvi
html: objc-features_toc.html html: objc-features_toc.html
objc-features.info: $(srcdir)/objc-features.texi objc-features.info: $(srcdir)/objc-features.texi
makeinfo $(srcdir)/objc-features.texi makeinfo -I$(srcdir) $(srcdir)/objc-features.texi
objc-features.dvi: $(srcdir)/objc-features.texi objc-features.dvi: $(srcdir)/objc-features.texi
texi2dvi $(srcdir)/objc-features.texi TEXINPUTS="$(srcdir):${TEXINTPUTS}" texi2dvi $(srcdir)/objc-features.texi
objc-features_toc.html: objc-features.texi objc-features_toc.html: objc-features.texi
texi2html -split_node $(srcdir)/objc-features.texi texi2html -split_node $(srcdir)/objc-features.texi
......
...@@ -391,8 +391,7 @@ specifier to the string type description of the instance variable named ...@@ -391,8 +391,7 @@ specifier to the string type description of the instance variable named
as argument. as argument.
@c ========================================================================= @c =========================================================================
@node Constant string objects, compatibility_alias , Garbage Collection, Top @node Constant string objects
@comment node-name, next, previous, up
@section Constant string objects @section Constant string objects
GNU Objective-C provides constant string objects that are generated GNU Objective-C provides constant string objects that are generated
...@@ -438,8 +437,7 @@ compiler nor the linker impose any restrictions in doing this. ...@@ -438,8 +437,7 @@ compiler nor the linker impose any restrictions in doing this.
@include fdl.texi @include fdl.texi
@c ========================================================================= @c =========================================================================
@node compatibility_alias, , Constant string objects, Top @node compatibility_alias
@comment node-name, next, previous, up
@section compatibility_alias @section compatibility_alias
This is a feature of the Objective-C compiler rather than of the This is a feature of the Objective-C compiler rather than of the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment