comparison scripts/pkg/private/finish_installation.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} {} finish_installation (@var{desc},@ 21 ## @deftypefn {Function File} {} finish_installation (@var{desc}, @var{packdir}, @var{global_install})
22 ## @var{packdir}, @var{global_install})
23 ## Undocumented internal function. 22 ## Undocumented internal function.
24 ## @end deftypefn 23 ## @end deftypefn
25 24
26 function finish_installation (desc, packdir, global_install) 25 function finish_installation (desc, packdir, global_install)
27 ## Is there a post-install to call? 26 ## Is there a post-install to call?