Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jan Moringen
asdf
Commits
bf6fe445
Commit
bf6fe445
authored
Sep 17, 2016
by
Francois-Rene Rideau
Browse files
manual: clarify ASDF_OUTPUT_TRANSLATIONS a bit more
parent
67172768
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/asdf.texinfo
View file @
bf6fe445
...
...
@@ -4251,16 +4251,18 @@ by a @code{;} (semicolon) on other platforms (mainly, Windows).
The magic empty entry,
if it comes in what would otherwise be the first entry in a pair,
indicates the splicing of inherited configuration.
indicates the splicing of inherited configuration;
the next entry
(
if any
)
then starts a new pair.
If the second entry in a pair is empty,
it indicates that the directory in the first entry is to be left untranslated
(
which has the same effect as if the directory had been repeated
)
.
For example, @code
{
"
/
foo:
/
bar::
/
baz:"
}
means that
things under directory @file
{
/
foo
/
}
are translated to be under @file
{
/
bar
/
}
,
then include the inherited configuration,
then specify that things under directory @file
{
/
baz
/
}
are not translated.
For example, @code
{
"
/
foo:
/
bar::
/
baz:"
}
means:
specify that outputs for things under directory @file
{
/
foo
/
}
are translated to be under @file
{
/
bar
/
}
;
then include the inherited configuration;
then specify that outputs for things under directory @file
{
/
baz
/
}
are not translated.
@node Semantics of Output Translations, Output Caching Results, Output Shell
-
friendly syntax for configuration, Controlling where ASDF saves compiled files
@section Semantics of Output Translations
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment