diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-02-09 22:24:35 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-02-09 22:24:35 -0500 |
commit | d0ac737563e55a1c8e11ab51a4f583268de44853 (patch) | |
tree | 5f359ad90e562a3207eae8ed0fa463f6e3de1ede /function-reference | |
parent | Fix previous commit (diff) | |
download | devmanual-d0ac737563e55a1c8e11ab51a4f583268de44853.tar.gz devmanual-d0ac737563e55a1c8e11ab51a4f583268de44853.tar.bz2 devmanual-d0ac737563e55a1c8e11ab51a4f583268de44853.zip |
Describe the "into" function
Diffstat (limited to 'function-reference')
-rw-r--r-- | function-reference/install-functions/text.xml | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml index 534d635..1feb198 100644 --- a/function-reference/install-functions/text.xml +++ b/function-reference/install-functions/text.xml @@ -27,10 +27,23 @@ the first is the source name, the second the name to use when installing. </tr> <tr> <ti> + <c>into</c> + </ti> + <ti> + Change install location for + <c>dobin</c>, <c>newbin</c>, + <c>dosbin</c>, <c>newsbin</c>, + <c>doman</c>, <c>newman</c>, + <c>doinfo</c>, <c>newinfo</c>, + <c>dolib</c>, <c>newlib</c> + </ti> + </tr> + <tr> + <ti> <c>insinto</c> </ti> <ti> - Change install location for <c>doins</c>, <c>newins</c> etc + Change install location for <c>doins</c>, <c>newins</c> </ti> </tr> <tr> @@ -38,7 +51,7 @@ the first is the source name, the second the name to use when installing. <c>exeinto</c> </ti> <ti> - Change install location for <c>doexe</c>, <c>newexe</c> etc + Change install location for <c>doexe</c>, <c>newexe</c> </ti> </tr> <tr> @@ -46,7 +59,7 @@ the first is the source name, the second the name to use when installing. <c>docinto</c> </ti> <ti> - Change install location for <c>dodoc</c>, <c>newdoc</c> etc + Change install location for <c>dodoc</c>, <c>newdoc</c> </ti> </tr> <tr> |