2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Don't use functionname for jam.

[SVN r77715]
This commit is contained in:
Steven Watanabe
2012-04-02 15:16:19 +00:00
parent f7b62b5c8c
commit e6fae9a11b
5 changed files with 34 additions and 33 deletions

View File

@@ -498,9 +498,9 @@ alias foo : /other_project//bar/<link>static ;
exe e1 : e1.cpp foo ;
exe e10 : e10.cpp foo ;</programlisting>
The <link linkend="bbv2.tasks.alias"><functionname>alias</functionname>
</link> rule is specifically used to rename a reference to a target and
possibly change the properties.
The <link linkend="bbv2.tasks.alias">alias</link> rule is specifically
used to rename a reference to a target and possibly change the
properties.
<!-- You should introduce the alias rule in an earlier section, before
describing how it applies to this specific use-case, and the