Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tarn Burton
asdf
Commits
ff7d1816
Commit
ff7d1816
authored
15 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Whitespace changes to the manual.
parent
9b00f562
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
asdf.texinfo
+43
-43
43 additions, 43 deletions
asdf.texinfo
with
43 additions
and
43 deletions
asdf.texinfo
+
43
−
43
View file @
ff7d1816
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment