Mercurial > hg > octave-lyh
comparison scripts/pkg/private/install.m @ 14477:ae835555ab58
doc: Fix more pkg.m doc build failures
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Fri, 16 Mar 2012 19:15:05 -0400 |
parents | a46b8b0bd325 |
children | 05b59be209ed |
comparison
equal
deleted
inserted
replaced
14476:424a154ec9da | 14477:ae835555ab58 |
---|---|
16 ## You should have received a copy of the GNU General Public License | 16 ## You should have received a copy of the GNU General Public License |
17 ## along with Octave; see the file COPYING. If not, see | 17 ## along with Octave; see the file COPYING. If not, see |
18 ## <http://www.gnu.org/licenses/>. | 18 ## <http://www.gnu.org/licenses/>. |
19 | 19 |
20 ## -*- texinfo -*- | 20 ## -*- texinfo -*- |
21 ## @deftypefn {Function File} {} install (@var{files}, @var{handle_deps}, @var{autoload},@ | 21 ## @deftypefn {Function File} {} install (@var{files}, @var{handle_deps}, @var{autoload}, @var{prefix}, @var{archprefix}, @var{verbose}, @var{local_list}, @var{global_list}, @var{global_install}) |
22 ## @var{prefix}, @var{archprefix}, @var{verbose},@ | |
23 ## @var{local_list}, @var{global_list}, @var{global_install}) | |
24 ## Undocumented internal function. | 22 ## Undocumented internal function. |
25 ## @end deftypefn | 23 ## @end deftypefn |
26 | 24 |
27 function install (files, handle_deps, autoload, prefix, archprefix, verbose, | 25 function install (files, handle_deps, autoload, prefix, archprefix, verbose, |
28 local_list, global_list, global_install) | 26 local_list, global_list, global_install) |