diff options
Diffstat (limited to 'doc/manual.cli')
-rw-r--r-- | doc/manual.cli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index a0d7ac2..cf52455 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -6503,9 +6503,9 @@ taking into account the target it is a prerequisite of. In other words, the following dependency declarations produce the same result: \ -hxx{config}: in{config} -hxx{config}: in{config.hxx} -hxx{config}: in{config.hxx.in} +hxx{config}: in{config} +hxx{config.hxx}: in{config} +hxx{config.hxx}: in{config.hxx.in} \ By default the \c{in} rule uses \c{$} as the substitution symbol. This can be |