Include a copy of GFDL, which @copying says is included
This commit is contained in:
parent
6bf430d146
commit
8ee7002855
3 changed files with 15 additions and 2 deletions
|
@ -88,6 +88,7 @@ learn and adopt GNU ways of doing things.
|
|||
* Building and Debugging:: Initiating a build or debug session.
|
||||
* Miscellaneous commands:: Other project related commands.
|
||||
* Extending EDE:: Programming and extending @ede{}.
|
||||
* GNU Free Documentation License:: The license for this documentation.
|
||||
@end menu
|
||||
|
||||
@node EDE Project Concepts, EDE Mode, top, top
|
||||
|
@ -1092,7 +1093,7 @@ You can add your own locate tool but subclassing from
|
|||
methods. See the code in @file{ede-locate.el} for GNU Global as a
|
||||
simple example.
|
||||
|
||||
@node Extending EDE, , Miscellaneous commands, top
|
||||
@node Extending EDE, GNU Free Documentation License, Miscellaneous commands, top
|
||||
@chapter Extending @ede{}
|
||||
|
||||
This chapter is intended for users who want to write new parts or fix
|
||||
|
@ -4436,4 +4437,8 @@ For example, C code uses .o on unix, and Emacs Lisp uses .elc.
|
|||
@end table
|
||||
@end table
|
||||
|
||||
@node GNU Free Documentation License, , Extending EDE, Top
|
||||
@appendix GNU Free Documentation License
|
||||
@include doclicense.texi
|
||||
|
||||
@bye
|
||||
|
|
|
@ -76,6 +76,7 @@ Emacs.
|
|||
* Naming Conventions:: Name your objects in an Emacs friendly way.
|
||||
* CLOS compatibility:: What are the differences?
|
||||
* Wish List:: Things about EIEIO that could be improved.
|
||||
* GNU Free Documentation License:: The license for this documentation.
|
||||
* Function Index::
|
||||
@end menu
|
||||
|
||||
|
@ -1949,6 +1950,10 @@ buffers.
|
|||
Allow method overloading of method-like functions in Emacs.
|
||||
@end enumerate
|
||||
|
||||
@node GNU Free Documentation License
|
||||
@appendix GNU Free Documentation License
|
||||
@include doclicense.texi
|
||||
|
||||
@node Function Index
|
||||
@unnumbered Function Index
|
||||
|
||||
|
|
|
@ -60,6 +60,7 @@ database.
|
|||
* Setting up mairix.el:: Set up mairix.el
|
||||
* Using mairix.el:: List of interactive functions
|
||||
* Extending mairix.el:: Support your favorite mail reader!
|
||||
* GNU Free Documentation License:: The license for this documentation.
|
||||
@end menu
|
||||
|
||||
@node About mairix and mairix.el
|
||||
|
@ -345,6 +346,8 @@ Then add the functions to @code{mairix-display-functions} and
|
|||
|
||||
And that's it!
|
||||
|
||||
|
||||
@node GNU Free Documentation License
|
||||
@appendix GNU Free Documentation License
|
||||
@include doclicense.texi
|
||||
|
||||
@bye
|
||||
|
|
Loading…
Add table
Reference in a new issue