From b944f839ca08237842dad15e21aada17263c8630 Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" <rpgoldman@real-time.com> Date: Wed, 26 May 2010 09:50:00 -0500 Subject: [PATCH] Added some concept index entries. --- doc/asdf.texinfo | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo index a5bebc03..4499b530 100644 --- a/doc/asdf.texinfo +++ b/doc/asdf.texinfo @@ -814,6 +814,7 @@ the current package @code{my-system-asd} can be specified as @code{:my-component-type}, or @code{my-component-type}. @subsection Pathname specifiers +@cindex pathname specifiers A pathname specifier (@code{pathname-specifier}) may be a pathname, a string or a symbol. @@ -893,6 +894,7 @@ be forced upon you if you were specifying a string. @subsection Warning about logical pathnames +@cindex logical pathnames We recommend that you no use logical pathnames in your asdf system definitions, but logical pathnames @emph{are} supported. @@ -924,6 +926,7 @@ specific support for defining logical pathname translations. @subsection Serial dependencies +@cindex serial dependencies If the @code{:serial t} option is specified for a module, ASDF will add dependencies for each each child component, -- GitLab