Skip to content
Snippets Groups Projects
Commit ff7d1816 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Whitespace changes to the manual.

parent 9b00f562
No related branches found
No related tags found
No related merge requests found
...@@ -11,14 +11,14 @@ ...@@ -11,14 +11,14 @@
@end direntry @end direntry
@copying @copying
This manual describes asdf, a system definition facility for Common This manual describes ASDF, a system definition facility
Lisp programs and libraries. for Common Lisp programs and libraries.
asdf Copyright @copyright{} 2001-2010 Daniel Barlow and contributors ASDF Copyright @copyright{} 2001-2010 Daniel Barlow and contributors.
This manual Copyright @copyright{} 2001-2010 Daniel Barlow and This manual Copyright @copyright{} 2001-2010 Daniel Barlow and contributors.
contributors
This manual revised @copyright{} 2009-2010 Robert P. Goldman This manual revised @copyright{} 2009-2010 Robert P. Goldman.
Permission is hereby granted, free of charge, to any person obtaining Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the a copy of this software and associated documentation files (the
...@@ -65,50 +65,50 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ...@@ -65,50 +65,50 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@insertcopying @insertcopying
@menu @menu
* Introduction:: * Introduction::
* Loading ASDF:: * Loading ASDF::
* Configuring ASDF:: * Configuring ASDF::
* Using ASDF:: * Using ASDF::
* Defining systems with defsystem:: * Defining systems with defsystem::
* The object model of ASDF:: * The object model of ASDF::
* Controlling where ASDF saves compiled files:: * Controlling where ASDF saves compiled files::
* Error handling:: * Error handling::
* Compilation error and warning handling:: * Compilation error and warning handling::
* Miscellaneous additional functionality:: * Miscellaneous additional functionality::
* Getting the latest version:: * Getting the latest version::
* FAQ:: * FAQ::
* TODO list:: * TODO list::
* missing bits in implementation:: * missing bits in implementation::
* Inspiration:: * Inspiration::
* Concept Index:: * Concept Index::
* Function and Class Index:: * Function and Class Index::
* Variable Index:: * Variable Index::
@detailmenu @detailmenu
--- The Detailed Node Listing --- --- The Detailed Node Listing ---
Defining systems with defsystem Defining systems with defsystem
* The defsystem form:: * The defsystem form::
* A more involved example:: * A more involved example::
* The defsystem grammar:: * The defsystem grammar::
* Other code in .asd files:: * Other code in .asd files::
The object model of ASDF The object model of ASDF
* Operations:: * Operations::
* Components:: * Components::
Operations Operations
* Predefined operations of ASDF:: * Predefined operations of ASDF::
* Creating new operations:: * Creating new operations::
Components Components
* Common attributes of components:: * Common attributes of components::
* Pre-defined subclasses of component:: * Pre-defined subclasses of component::
* Creating new component types:: * Creating new component types::
properties properties
...@@ -536,10 +536,10 @@ software. ...@@ -536,10 +536,10 @@ software.
@menu @menu
* The defsystem form:: * The defsystem form::
* A more involved example:: * A more involved example::
* The defsystem grammar:: * The defsystem grammar::
* Other code in .asd files:: * Other code in .asd files::
@end menu @end menu
@node The defsystem form, A more involved example, Defining systems with defsystem, Defining systems with defsystem @node The defsystem form, A more involved example, Defining systems with defsystem, Defining systems with defsystem
...@@ -906,8 +906,8 @@ and @emph{operations}, the actions that can be performed on a system. ...@@ -906,8 +906,8 @@ and @emph{operations}, the actions that can be performed on a system.
@menu @menu
* Operations:: * Operations::
* Components:: * Components::
@end menu @end menu
@node Operations, Components, The object model of ASDF, The object model of ASDF @node Operations, Components, The object model of ASDF, The object model of ASDF
...@@ -956,8 +956,8 @@ with the same @var{initargs} as the original one. ...@@ -956,8 +956,8 @@ with the same @var{initargs} as the original one.
@end deffn @end deffn
@menu @menu
* Predefined operations of ASDF:: * Predefined operations of ASDF::
* Creating new operations:: * Creating new operations::
@end menu @end menu
@node Predefined operations of ASDF, Creating new operations, Operations, Operations @node Predefined operations of ASDF, Creating new operations, Operations, Operations
...@@ -1162,9 +1162,9 @@ Hence, it is strongly advised to define a system ...@@ -1162,9 +1162,9 @@ Hence, it is strongly advised to define a system
@menu @menu
* Common attributes of components:: * Common attributes of components::
* Pre-defined subclasses of component:: * Pre-defined subclasses of component::
* Creating new component types:: * Creating new component types::
@end menu @end menu
@node Common attributes of components, Pre-defined subclasses of component, Components, Components @node Common attributes of components, Pre-defined subclasses of component, Components, Components
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment