Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 May 2006 09:20:48 -0300 (BRST)
From:      Rainer Alves <rainer.alves@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97199: [UPDATE] math/octave to 2.1.73
Message-ID:  <200605131220.k4DCKmcv098115@valfenda.ibest.com.br>
Resent-Message-ID: <200605131230.k4DCUNVS078827@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         97199
>Category:       ports
>Synopsis:       [UPDATE] math/octave to 2.1.73
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 13 12:30:22 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rainer Alves
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
BrasilTelecom

>Environment:
>Description:

- Update to 2.1.73
- Take maintainership


>How-To-Repeat:
>Fix:

--- octave-2.1.73.diff begins here ---
diff -ruN /usr/ports/math/octave/Makefile math/octave/Makefile
--- /usr/ports/math/octave/Makefile	Thu May 26 18:59:51 2005
+++ math/octave/Makefile	Sat May 13 08:21:56 2006
@@ -6,12 +6,14 @@
 #
 
 PORTNAME=	octave
-PORTVERSION=	2.1.71
+PORTVERSION=	2.1.73
 CATEGORIES=	math
-MASTER_SITES=	ftp://ftp.octave.org/pub/octave/bleeding-edge/ \
-		ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/
+MASTER_SITES=	ftp://ftp.octave.org/pub/%SUBDIR%/ \
+		http://neacm.fe.up.pt/pub/%SUBDIR%/ \
+		ftp://ftp.lublin.pl/site/%SUBDIR%/
+MASTER_SITE_SUBDIR=	${PORTNAME}/bleeding-edge
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	rainer.alves@gmail.com
 COMMENT=	High-level interactive language for numerical computations
 
 BUILD_DEPENDS=	gnuplot:${PORTSDIR}/math/gnuplot
@@ -48,11 +50,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
-BROKEN=		"Does not compile on FreeBSD 4.x"
-.endif
-
-.if ${OSVERSION} < 500000
-CONFIGURE_ARGS+=	--disable-readline
+BROKEN=		Does not compile on FreeBSD 4.x
 .endif
 
 post-install:
diff -ruN /usr/ports/math/octave/distinfo math/octave/distinfo
--- /usr/ports/math/octave/distinfo	Fri Nov 25 17:19:53 2005
+++ math/octave/distinfo	Thu May 11 17:17:35 2006
@@ -1,3 +1,3 @@
-MD5 (octave-2.1.71.tar.bz2) = 2ab06912017c833549035111f0ab592f
-SHA256 (octave-2.1.71.tar.bz2) = c3a47eada5132bef4043cc9730466c133e1f3793f2b7f8e0e6c9620553747337
-SIZE (octave-2.1.71.tar.bz2) = 5784751
+MD5 (octave-2.1.73.tar.bz2) = c356475aa06d81a10f8bf27f1a1d27a0
+SHA256 (octave-2.1.73.tar.bz2) = 8ccaee227c6cad3b5633a904414f17ce73de8eab2abd4d2e6a3972dd878ffbc3
+SIZE (octave-2.1.73.tar.bz2) = 5790133
diff -ruN /usr/ports/math/octave/files/patch-aa math/octave/files/patch-aa
--- /usr/ports/math/octave/files/patch-aa	Thu May 26 18:59:51 2005
+++ math/octave/files/patch-aa	Thu May 11 18:10:15 2006
@@ -1,11 +1,11 @@
---- doc/liboctave/Makefile.in.orig	Wed May 25 22:19:58 2005
-+++ doc/liboctave/Makefile.in	Wed May 25 22:52:46 2005
-@@ -43,7 +43,7 @@
+--- doc/liboctave/Makefile.in.orig	Mon Mar 20 18:10:52 2006
++++ doc/liboctave/Makefile.in	Thu May 11 18:08:48 2006
+@@ -48,7 +48,7 @@
  .PHONY: all
  
- liboctave.info: $(TEXINFO) ../conf.texi
--	-$(MAKEINFO) -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi
-+	-$(MAKEINFO) --force --no-split -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi
+ liboctave.info: $(TEXINFO)
+-	-$(MAKEINFO) -I$(srcdir) -I$(srcdir)/.. $<
++	-$(MAKEINFO) --force --no-split -I$(srcdir) -I$(srcdir)/.. $<
  
- liboctave.dvi: $(TEXINFO) ../conf.texi
- 	-TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):"; \
+ liboctave.dvi: $(TEXINFO)
+ 	-TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):" $(TEXI2DVI) $<
diff -ruN /usr/ports/math/octave/files/patch-ab math/octave/files/patch-ab
--- /usr/ports/math/octave/files/patch-ab	Mon Jun  9 14:19:23 2003
+++ math/octave/files/patch-ab	Thu May 11 18:13:31 2006
@@ -1,14 +1,18 @@
---- configure.orig	Wed May  7 04:08:03 2003
-+++ configure	Tue Jun 10 01:14:35 2003
-@@ -700,7 +700,6 @@
+--- configure.orig	Thu May 11 18:10:52 2006
++++ configure	Thu May 11 18:12:43 2006
+@@ -700,11 +700,8 @@
  fi
  
  ac_tool_prefix=
 -test -n "$host_alias" && ac_tool_prefix=$host_alias-
- 
+-
  test "$silent" = yes && exec 6>/dev/null
  
-@@ -18767,6 +18766,9 @@
+-
+ # Find the source files, if location was not specified.
+ if test -z "$srcdir"; then
+   ac_srcdir_defaulted=yes
+@@ -20498,6 +20495,9 @@
  	$(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
  
  unwind-prot.o: unwind-prot.cc
diff -ruN /usr/ports/math/octave/files/patch-doc:interpreter:Makefile.in math/octave/files/patch-doc:interpreter:Makefile.in
--- /usr/ports/math/octave/files/patch-doc:interpreter:Makefile.in	Thu May 26 18:59:51 2005
+++ math/octave/files/patch-doc:interpreter:Makefile.in	Thu May 11 18:18:06 2006
@@ -1,11 +1,11 @@
---- doc/interpreter/Makefile.in.orig	Wed May 25 22:21:11 2005
-+++ doc/interpreter/Makefile.in	Wed May 25 22:21:04 2005
+--- doc/interpreter/Makefile.in.orig	Thu May 11 18:15:36 2006
++++ doc/interpreter/Makefile.in	Thu May 11 18:16:48 2006
 @@ -89,7 +89,7 @@
  	@$(top_srcdir)/move-if-change $@.t $@
  
- octave.info: $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi
+ octave.info: $(TEXINFO)
 -	-$(MAKEINFO) -I$(srcdir) -I$(srcdir)/.. $<
 +	-$(MAKEINFO) --no-split -I$(srcdir) -I$(srcdir)/.. $<
  
- octave.dvi: $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi
- 	-TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):"; \
+ octave.dvi: $(TEXINFO)
+ 	-TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):" $(TEXI2DVI) $<
diff -ruN /usr/ports/math/octave/pkg-plist math/octave/pkg-plist
--- /usr/ports/math/octave/pkg-plist	Sun Jan 22 18:05:58 2006
+++ math/octave/pkg-plist	Sat May 13 06:40:45 2006
@@ -437,10 +437,10 @@
 include/octave-%%OCTAVE_VERSION%%/octave/ops.h
 include/octave-%%OCTAVE_VERSION%%/octave/ov-base-int.cc
 include/octave-%%OCTAVE_VERSION%%/octave/ov-base-int.h
-include/octave-%%OCTAVE_VERSION%%/octave/ov-base-mat.h
 include/octave-%%OCTAVE_VERSION%%/octave/ov-base-mat.cc
-include/octave-%%OCTAVE_VERSION%%/octave/ov-base-scalar.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-base-mat.h
 include/octave-%%OCTAVE_VERSION%%/octave/ov-base-scalar.cc
+include/octave-%%OCTAVE_VERSION%%/octave/ov-base-scalar.h
 include/octave-%%OCTAVE_VERSION%%/octave/ov-base.h
 include/octave-%%OCTAVE_VERSION%%/octave/ov-bool-mat.h
 include/octave-%%OCTAVE_VERSION%%/octave/ov-bool.h
@@ -558,7 +558,6 @@
 lib/octave-%%OCTAVE_VERSION%%/liboctinterp.a
 lib/octave-%%OCTAVE_VERSION%%/liboctinterp.so
 lib/octave-%%OCTAVE_VERSION%%/liboctinterp.so.%%OCTAVE_VERSION%%
-lib/octave-%%OCTAVE_VERSION%%/octave-%%OCTAVE_VERSION%%
 @unexec rm -f %D/lib/octave
 @exec ln -sf octave-%%OCTAVE_VERSION%% %D/lib/octave
 libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%%/info-emacs-info
@@ -644,700 +643,702 @@
 %%PORTDOCS%%%%DOCSDIR%%/refcard-a4.ps
 %%PORTDOCS%%%%DOCSDIR%%/refcard-legal.ps
 %%PORTDOCS%%%%DOCSDIR%%/refcard-letter.ps
-share/octave/site/m/startup/octaverc
-share/octave/%%OCTAVE_VERSION%%/m/audio/lin2mu.m
-share/octave/%%OCTAVE_VERSION%%/m/audio/loadaudio.m
-share/octave/%%OCTAVE_VERSION%%/m/audio/mu2lin.m
-share/octave/%%OCTAVE_VERSION%%/m/audio/playaudio.m
-share/octave/%%OCTAVE_VERSION%%/m/audio/record.m
-share/octave/%%OCTAVE_VERSION%%/m/audio/saveaudio.m
-share/octave/%%OCTAVE_VERSION%%/m/audio/setaudio.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/DEMOcontrol.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/__bodquist__.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/__freqresp__.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/__stepimp__.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/analdemo.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/are.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/bddemo.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/bode.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/bode_bounds.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/controldemo.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/ctrb.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/damp.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/dare.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/dcgain.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/dgram.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/dkalman.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/dlqe.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/dlqr.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/dlyap.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/dre.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/frdemo.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/freqchkw.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/gram.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/impulse.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/lqe.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/lqg.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/lqr.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/lsim.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/ltifr.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/lyap.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/nichols.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/nyquist.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/obsv.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/place.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/pzmap.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/rldemo.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/rlocus.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/step.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/tzero.m
-share/octave/%%OCTAVE_VERSION%%/m/control/base/tzero2.m
-share/octave/%%OCTAVE_VERSION%%/m/control/hinf/dgkfdemo.m
-share/octave/%%OCTAVE_VERSION%%/m/control/hinf/dhinfdemo.m
-share/octave/%%OCTAVE_VERSION%%/m/control/hinf/h2norm.m
-share/octave/%%OCTAVE_VERSION%%/m/control/hinf/h2syn.m
-share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinf_ctr.m
-share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfdemo.m
-share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfnorm.m
-share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn.m
-share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn_chk.m
-share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn_ric.m
-share/octave/%%OCTAVE_VERSION%%/m/control/hinf/is_dgkf.m
-share/octave/%%OCTAVE_VERSION%%/m/control/hinf/wgt1o.m
-share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/dezero.m
-share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/dlqg.m
-share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/minfo.m
-share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/packsys.m
-share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/qzval.m
-share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/rotg.m
-share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/series.m
-share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/swapcols.m
-share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/swaprows.m
-share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/syschnames.m
-share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/unpacksys.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/__abcddims__.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/__syschnamesl__.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/__sysconcat__.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/__syscont_disc__.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/__sysdefioname__.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/__sysdefstname__.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/__sysgroupn__.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/__tf2sysl__.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/__tfl__.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/__zp2ssg2__.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/abcddim.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/buildssic.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/c2d.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/cellidx.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/d2c.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/dmr2d.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/fir2sys.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/is_abcd.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/is_controllable.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/is_detectable.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/is_digital.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/is_observable.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/is_sample.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/is_signal_list.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/is_siso.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/is_stabilizable.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/is_stable.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/jet707.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/listidx.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/moddemo.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/ord2.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/packedform.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/parallel.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/ss.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/ss2sys.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/ss2tf.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/ss2zp.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/starp.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/sys2fir.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/sys2ss.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/sys2tf.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/sys2zp.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/sysadd.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/sysappend.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/syschtsam.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/sysconnect.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/syscont.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/sysdimensions.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/sysdisc.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/sysdup.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/sysgetsignals.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/sysgettsam.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/sysgettype.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/sysgroup.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/sysidx.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/sysmin.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/sysmult.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/sysout.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/sysprune.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/sysreorder.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/sysrepdemo.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/sysscale.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/syssetsignals.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/syssub.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/sysupdate.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/tf.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/tf2ss.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/tf2sys.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/tf2zp.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/tfout.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/ugain.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/zp.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/zp2ss.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/zp2sys.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/zp2tf.m
-share/octave/%%OCTAVE_VERSION%%/m/control/system/zpout.m
-share/octave/%%OCTAVE_VERSION%%/m/control/util/__outlist__.m
-share/octave/%%OCTAVE_VERSION%%/m/control/util/__zgpbal__.m
-share/octave/%%OCTAVE_VERSION%%/m/control/util/axis2dlim.m
-share/octave/%%OCTAVE_VERSION%%/m/control/util/prompt.m
-share/octave/%%OCTAVE_VERSION%%/m/control/util/run_cmd.m
-share/octave/%%OCTAVE_VERSION%%/m/control/util/sortcom.m
-share/octave/%%OCTAVE_VERSION%%/m/control/util/strappend.m
-share/octave/%%OCTAVE_VERSION%%/m/control/util/swap.m
-share/octave/%%OCTAVE_VERSION%%/m/control/util/zgfmul.m
-share/octave/%%OCTAVE_VERSION%%/m/control/util/zgfslv.m
-share/octave/%%OCTAVE_VERSION%%/m/control/util/zginit.m
-share/octave/%%OCTAVE_VERSION%%/m/control/util/zgreduce.m
-share/octave/%%OCTAVE_VERSION%%/m/control/util/zgrownorm.m
-share/octave/%%OCTAVE_VERSION%%/m/control/util/zgscal.m
-share/octave/%%OCTAVE_VERSION%%/m/control/util/zgsgiv.m
-share/octave/%%OCTAVE_VERSION%%/m/control/util/zgshsr.m
-share/octave/%%OCTAVE_VERSION%%/m/deprecated/com2str.m
-share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_bool.m
-share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_complex.m
-share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_global.m
-share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_list.m
-share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_matrix.m
-share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_scalar.m
-share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_square.m
-share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_stream.m
-share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_struct.m
-share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_symmetric.m
-share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_vector.m
-share/octave/%%OCTAVE_VERSION%%/m/deprecated/isstr.m
-share/octave/%%OCTAVE_VERSION%%/m/deprecated/setstr.m
-share/octave/%%OCTAVE_VERSION%%/m/deprecated/struct_contains.m
-share/octave/%%OCTAVE_VERSION%%/m/deprecated/struct_elements.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/acot.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/acoth.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/acsc.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/acsch.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/asec.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/asech.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/cot.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/coth.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/csc.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/csch.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/lcm.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/sec.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/sech.m
-share/octave/%%OCTAVE_VERSION%%/m/finance/fv.m
-share/octave/%%OCTAVE_VERSION%%/m/finance/fvl.m
-share/octave/%%OCTAVE_VERSION%%/m/finance/irr.m
-share/octave/%%OCTAVE_VERSION%%/m/finance/nper.m
-share/octave/%%OCTAVE_VERSION%%/m/finance/npv.m
-share/octave/%%OCTAVE_VERSION%%/m/finance/pmt.m
-share/octave/%%OCTAVE_VERSION%%/m/finance/pv.m
-share/octave/%%OCTAVE_VERSION%%/m/finance/pvl.m
-share/octave/%%OCTAVE_VERSION%%/m/finance/rate.m
-share/octave/%%OCTAVE_VERSION%%/m/finance/vol.m
-share/octave/%%OCTAVE_VERSION%%/m/general/bitcmp.m
-share/octave/%%OCTAVE_VERSION%%/m/general/bitget.m
-share/octave/%%OCTAVE_VERSION%%/m/general/bitset.m
-share/octave/%%OCTAVE_VERSION%%/m/general/cart2pol.m
-share/octave/%%OCTAVE_VERSION%%/m/general/cart2sph.m
-share/octave/%%OCTAVE_VERSION%%/m/general/circshift.m
-share/octave/%%OCTAVE_VERSION%%/m/general/columns.m
-share/octave/%%OCTAVE_VERSION%%/m/general/common_size.m
-share/octave/%%OCTAVE_VERSION%%/m/general/deal.m
-share/octave/%%OCTAVE_VERSION%%/m/general/diff.m
-share/octave/%%OCTAVE_VERSION%%/m/general/flipdim.m
-share/octave/%%OCTAVE_VERSION%%/m/general/fliplr.m
-share/octave/%%OCTAVE_VERSION%%/m/general/flipud.m
-share/octave/%%OCTAVE_VERSION%%/m/general/ind2sub.m
-share/octave/%%OCTAVE_VERSION%%/m/general/int2str.m
-share/octave/%%OCTAVE_VERSION%%/m/general/is_duplicate_entry.m
-share/octave/%%OCTAVE_VERSION%%/m/general/isa.m
-share/octave/%%OCTAVE_VERSION%%/m/general/isdefinite.m
-share/octave/%%OCTAVE_VERSION%%/m/general/isscalar.m
-share/octave/%%OCTAVE_VERSION%%/m/general/issquare.m
-share/octave/%%OCTAVE_VERSION%%/m/general/issymmetric.m
-share/octave/%%OCTAVE_VERSION%%/m/general/isvector.m
-share/octave/%%OCTAVE_VERSION%%/m/general/logical.m
-share/octave/%%OCTAVE_VERSION%%/m/general/mod.m
-share/octave/%%OCTAVE_VERSION%%/m/general/logspace.m
-share/octave/%%OCTAVE_VERSION%%/m/general/nargchk.m
-share/octave/%%OCTAVE_VERSION%%/m/general/nextpow2.m
-share/octave/%%OCTAVE_VERSION%%/m/general/num2str.m
-share/octave/%%OCTAVE_VERSION%%/m/general/perror.m
-share/octave/%%OCTAVE_VERSION%%/m/general/pol2cart.m
-share/octave/%%OCTAVE_VERSION%%/m/general/postpad.m
-share/octave/%%OCTAVE_VERSION%%/m/general/prepad.m
-share/octave/%%OCTAVE_VERSION%%/m/general/randperm.m
-share/octave/%%OCTAVE_VERSION%%/m/general/rem.m
-share/octave/%%OCTAVE_VERSION%%/m/general/repmat.m
-share/octave/%%OCTAVE_VERSION%%/m/general/rot90.m
-share/octave/%%OCTAVE_VERSION%%/m/general/rotdim.m
-share/octave/%%OCTAVE_VERSION%%/m/general/rows.m
-share/octave/%%OCTAVE_VERSION%%/m/general/shift.m
-share/octave/%%OCTAVE_VERSION%%/m/general/shiftdim.m
-share/octave/%%OCTAVE_VERSION%%/m/general/sph2cart.m
-share/octave/%%OCTAVE_VERSION%%/m/general/strerror.m
-share/octave/%%OCTAVE_VERSION%%/m/general/sub2ind.m
-share/octave/%%OCTAVE_VERSION%%/m/general/tril.m
-share/octave/%%OCTAVE_VERSION%%/m/general/triu.m
-share/octave/%%OCTAVE_VERSION%%/m/image/colormap.m
-share/octave/%%OCTAVE_VERSION%%/m/image/gray.m
-share/octave/%%OCTAVE_VERSION%%/m/image/gray2ind.m
-share/octave/%%OCTAVE_VERSION%%/m/image/hsv2rgb.m
-share/octave/%%OCTAVE_VERSION%%/m/image/image.m
-share/octave/%%OCTAVE_VERSION%%/m/image/imagesc.m
-share/octave/%%OCTAVE_VERSION%%/m/image/imshow.m
-share/octave/%%OCTAVE_VERSION%%/m/image/ind2gray.m
-share/octave/%%OCTAVE_VERSION%%/m/image/ind2rgb.m
-share/octave/%%OCTAVE_VERSION%%/m/image/loadimage.m
-share/octave/%%OCTAVE_VERSION%%/m/image/ntsc2rgb.m
-share/octave/%%OCTAVE_VERSION%%/m/image/ocean.m
-share/octave/%%OCTAVE_VERSION%%/m/image/rgb2hsv.m
-share/octave/%%OCTAVE_VERSION%%/m/image/rgb2ind.m
-share/octave/%%OCTAVE_VERSION%%/m/image/rgb2ntsc.m
-share/octave/%%OCTAVE_VERSION%%/m/image/saveimage.m
-share/octave/%%OCTAVE_VERSION%%/m/io/beep.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/commutation_matrix.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/cond.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/cross.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/dmult.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/dot.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/duplication_matrix.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/housh.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/krylov.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/krylovb.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/logm.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/norm.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/null.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/orth.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/qzhess.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/rank.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/trace.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/vec.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/vech.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/bincoeff.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/bug_report.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/comma.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/computer.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/cputime.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/delete.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/dir.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/dump_prefs.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/etime.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/fileparts.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/flops.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/fullfile.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/is_leap_year.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/ispc.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/isunix.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/list_primes.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/menu.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/not.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/pack.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/paren.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/path.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/popen2.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/semicolon.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/tempdir.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/tempname.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/texas_lotto.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/tic.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/toc.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/unix.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/version.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/xor.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/PKG_ADD
-share/octave/%%OCTAVE_VERSION%%/m/plot/__axis_label__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__errcomm__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__errplot__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__plr1__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__plr2__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__plr__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__plt1__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2mm__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2mv__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2ss__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2vm__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2vv__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__plt__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__pltopt1__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__pltopt__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/axis.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/bar.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/bottom_title.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/close.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/contour.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/errorbar.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/figure.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/grid.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/hist.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/loglog.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/loglogerr.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/mesh.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/meshdom.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/meshgrid.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/mplot.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/multiplot.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/oneplot.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/plot.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/plot_border.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/polar.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/semilogx.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/semilogxerr.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/semilogy.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/semilogyerr.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/shg.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/sombrero.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/stairs.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/subplot.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/subwindow.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/title.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/top_title.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/xlabel.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/ylabel.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/zlabel.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/PKG_ADD
-share/octave/%%OCTAVE_VERSION%%/m/polynomial/compan.m
-share/octave/%%OCTAVE_VERSION%%/m/polynomial/conv.m
-share/octave/%%OCTAVE_VERSION%%/m/polynomial/deconv.m
-share/octave/%%OCTAVE_VERSION%%/m/polynomial/poly.m
-share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyder.m
-share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyderiv.m
-share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyfit.m
-share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyinteg.m
-share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyout.m
-share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyreduce.m
-share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyval.m
-share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyvalm.m
-share/octave/%%OCTAVE_VERSION%%/m/polynomial/residue.m
-share/octave/%%OCTAVE_VERSION%%/m/polynomial/roots.m
-share/octave/%%OCTAVE_VERSION%%/m/quaternion/demoquat.m
-share/octave/%%OCTAVE_VERSION%%/m/quaternion/qconj.m
-share/octave/%%OCTAVE_VERSION%%/m/quaternion/qcoordinate_plot.m
-share/octave/%%OCTAVE_VERSION%%/m/quaternion/qderiv.m
-share/octave/%%OCTAVE_VERSION%%/m/quaternion/qderivmat.m
-share/octave/%%OCTAVE_VERSION%%/m/quaternion/qinv.m
-share/octave/%%OCTAVE_VERSION%%/m/quaternion/qmult.m
-share/octave/%%OCTAVE_VERSION%%/m/quaternion/qtrans.m
-share/octave/%%OCTAVE_VERSION%%/m/quaternion/qtransv.m
-share/octave/%%OCTAVE_VERSION%%/m/quaternion/qtransvmat.m
-share/octave/%%OCTAVE_VERSION%%/m/quaternion/quaternion.m
-share/octave/%%OCTAVE_VERSION%%/m/set/complement.m
-share/octave/%%OCTAVE_VERSION%%/m/set/create_set.m
-share/octave/%%OCTAVE_VERSION%%/m/set/intersection.m
-share/octave/%%OCTAVE_VERSION%%/m/set/union.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/arch_fit.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/arch_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/arch_test.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/arma_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/autocor.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/autocov.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/autoreg_matrix.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/bartlett.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/blackman.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/detrend.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/diffpara.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/durbinlevinson.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/fftconv.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/fftfilt.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/fftshift.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/fractdiff.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/freqz.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/freqz_plot.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/hamming.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/hanning.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/hurst.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/periodogram.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/rectangle_lw.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/rectangle_sw.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/sinc.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/sinetone.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/sinewave.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/spectral_adf.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/spectral_xdf.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/spencer.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/stft.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/synthesis.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/triangle_lw.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/triangle_sw.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/unwrap.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/yulewalker.m
-share/octave/%%OCTAVE_VERSION%%/m/specfun/bessel.m
-share/octave/%%OCTAVE_VERSION%%/m/specfun/beta.m
-share/octave/%%OCTAVE_VERSION%%/m/specfun/betai.m
-share/octave/%%OCTAVE_VERSION%%/m/specfun/erfinv.m
-share/octave/%%OCTAVE_VERSION%%/m/specfun/gammai.m
-share/octave/%%OCTAVE_VERSION%%/m/specfun/log2.m
-share/octave/%%OCTAVE_VERSION%%/m/specfun/pow2.m
-share/octave/%%OCTAVE_VERSION%%/m/special-matrix/hankel.m
-share/octave/%%OCTAVE_VERSION%%/m/special-matrix/hilb.m
-share/octave/%%OCTAVE_VERSION%%/m/special-matrix/invhilb.m
-share/octave/%%OCTAVE_VERSION%%/m/special-matrix/sylvester_matrix.m
-share/octave/%%OCTAVE_VERSION%%/m/special-matrix/toeplitz.m
-share/octave/%%OCTAVE_VERSION%%/m/special-matrix/vander.m
-share/octave/%%OCTAVE_VERSION%%/m/startup/octaverc
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/center.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cloglog.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cor.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/corrcoef.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cov.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cut.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/gls.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/iqr.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/kendall.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/kurtosis.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/logit.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/mahalanobis.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/mean.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/meansq.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/median.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/moment.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/ols.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/ppplot.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/probit.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/qqplot.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/range.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/ranks.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/run_count.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/skewness.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/spearman.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/statistics.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/std.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/studentize.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/table.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/values.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/base/var.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_cdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_inv.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_pdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_cdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_inv.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_pdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_cdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_inv.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_pdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_cdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_inv.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_pdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_cdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_inv.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_pdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_cdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_inv.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_pdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_cdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_inv.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_pdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/f_cdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/f_inv.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/f_pdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/f_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_cdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_inv.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_pdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_cdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_inv.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_pdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_cdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_inv.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_cdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_pdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/kolmogorov_smirnov_cdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_inv.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_pdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_cdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_inv.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_pdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_cdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_inv.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_pdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_cdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_inv.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_pdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_cdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_inv.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_pdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_cdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_inv.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_pdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_cdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_inv.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_pdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/t_cdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/t_inv.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/t_pdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/t_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_cdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_inv.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_pdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_cdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_inv.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_pdf.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/wiener_rnd.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression_derivatives.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression_likelihood.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/anova.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/bartlett_test.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_homogeneity.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_independence.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/cor_test.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/f_test_regression.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test_2.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test_2.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/kruskal_wallis_test.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/manova.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/mcnemar_test.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/prop_test_2.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/run_test.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/sign_test.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/t_test.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_2.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_regression.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/u_test.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/var_test.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/welch_test.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/wilcoxon_test.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/z_test.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/z_test_2.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/base2dec.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/bin2dec.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/blanks.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/deblank.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/dec2base.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/dec2bin.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/dec2hex.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/findstr.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/hex2dec.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/index.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/isletter.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/lower.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/rindex.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/split.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/str2mat.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/str2num.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/strcat.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/strcmp.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/strjust.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/strrep.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/substr.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/upper.m
-share/octave/%%OCTAVE_VERSION%%/m/time/asctime.m
-share/octave/%%OCTAVE_VERSION%%/m/time/clock.m
-share/octave/%%OCTAVE_VERSION%%/m/time/ctime.m
-share/octave/%%OCTAVE_VERSION%%/m/time/date.m
-share/octave/%%OCTAVE_VERSION%%/imagelib/default.img
-share/octave/ls-R
-@exec mkdir -p %D/share/octave/site/api-v13/m 2>/dev/null || true
-@exec mkdir -p %D/share/octave/site/exec/%%GNU_HOST%% 2>/dev/null || true
-@exec mkdir -p %D/share/octave/site/m 2>/dev/null || true
-@exec mkdir -p %D/share/octave/site/oct/%%GNU_HOST%% 2>/dev/null || true
-@exec mkdir -p %D/share/octave/%%OCTAVE_VERSION%%/site 2>/dev/null || true
-@dirrmtry share/octave/site/api-v13/m
-@dirrmtry share/octave/site/api-v13
-@dirrmtry share/octave/site/exec/%%GNU_HOST%%
-@dirrmtry share/octave/site/exec
-@dirrmtry share/octave/site/oct/%%GNU_HOST%%
-@dirrmtry share/octave/site/oct
-@dirrmtry share/octave/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%%
-@dirrmtry share/octave/%%OCTAVE_VERSION%%/site/exec
-@dirrmtry share/octave/%%OCTAVE_VERSION%%/site/m
-@dirrm share/octave/%%OCTAVE_VERSION%%/site
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/audio
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/base
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/hinf
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/obsolete
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/system
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/util
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/control
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/deprecated
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/elfun
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/finance
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/general
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/image
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/io
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/linear-algebra
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/miscellaneous
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/plot
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/polynomial
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/quaternion
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/set
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/signal
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/specfun
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/special-matrix
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/startup
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/base
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/models
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/tests
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/strings
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/time
-@dirrm share/octave/%%OCTAVE_VERSION%%/m
-@dirrm share/octave/%%OCTAVE_VERSION%%/imagelib
-@dirrm share/octave/%%OCTAVE_VERSION%%
-@dirrm share/octave/site/m/startup
-@dirrm share/octave/site/m
-@dirrm share/octave/site
-@dirrm share/octave
+%%DATADIR%%/%%OCTAVE_VERSION%%/imagelib/default.img
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/lin2mu.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/loadaudio.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/mu2lin.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/playaudio.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/record.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/saveaudio.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/setaudio.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/DEMOcontrol.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/__bodquist__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/__freqresp__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/__stepimp__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/analdemo.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/are.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/bddemo.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/bode.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/bode_bounds.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/controldemo.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/ctrb.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/damp.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dare.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dcgain.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dgram.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dkalman.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dlqe.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dlqr.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dlyap.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dre.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/frdemo.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/freqchkw.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/gram.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/impulse.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/lqe.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/lqg.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/lqr.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/lsim.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/ltifr.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/lyap.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/nichols.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/nyquist.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/obsv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/place.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/pzmap.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/rldemo.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/rlocus.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/step.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/tzero.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/tzero2.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/dgkfdemo.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/dhinfdemo.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/h2norm.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/h2syn.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/hinf_ctr.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/hinfdemo.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/hinfnorm.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn_chk.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn_ric.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/is_dgkf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/wgt1o.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/dezero.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/dlqg.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/minfo.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/packsys.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/qzval.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/rotg.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/series.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/swapcols.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/swaprows.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/syschnames.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/unpacksys.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__abcddims__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__syschnamesl__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__sysconcat__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__syscont_disc__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__sysdefioname__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__sysdefstname__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__sysgroupn__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__tf2sysl__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__tfl__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__zp2ssg2__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/abcddim.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/buildssic.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/c2d.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/cellidx.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/d2c.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/dmr2d.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/fir2sys.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_abcd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_controllable.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_detectable.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_digital.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_observable.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_sample.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_signal_list.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_siso.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_stabilizable.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_stable.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/jet707.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/listidx.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/moddemo.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/ord2.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/packedform.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/parallel.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/ss.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/ss2sys.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/ss2tf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/ss2zp.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/starp.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sys2fir.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sys2ss.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sys2tf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sys2zp.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysadd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysappend.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/syschtsam.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysconnect.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/syscont.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysdimensions.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysdisc.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysdup.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysgetsignals.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysgettsam.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysgettype.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysgroup.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysidx.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysmin.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysmult.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysout.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysprune.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysreorder.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysrepdemo.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysscale.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/syssetsignals.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/syssub.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysupdate.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/tf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/tf2ss.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/tf2sys.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/tf2zp.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/tfout.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/ugain.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/zp.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/zp2ss.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/zp2sys.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/zp2tf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/zpout.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/__outlist__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/__zgpbal__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/axis2dlim.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/prompt.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/run_cmd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/sortcom.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/strappend.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/swap.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zgfmul.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zgfslv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zginit.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zgreduce.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zgrownorm.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zgscal.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zgsgiv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zgshsr.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/com2str.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_bool.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_complex.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_global.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_list.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_matrix.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_scalar.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_square.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_stream.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_struct.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_symmetric.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_vector.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/isstr.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/setstr.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/struct_contains.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/struct_elements.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acot.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acoth.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acsc.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acsch.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/asec.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/asech.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/cot.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/coth.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/csc.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/csch.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/lcm.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/sec.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/sech.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/fv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/fvl.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/irr.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/nper.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/npv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/pmt.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/pv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/pvl.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/rate.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/vol.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitcmp.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitget.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitset.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/cart2pol.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/cart2sph.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/circshift.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/columns.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/common_size.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/deal.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/diff.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/flipdim.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/fliplr.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/flipud.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/ind2sub.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/int2str.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/is_duplicate_entry.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isa.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isdefinite.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isscalar.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/issquare.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/issymmetric.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isvector.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/logical.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/logspace.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/mod.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/nargchk.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/nextpow2.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/num2str.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/perror.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/pol2cart.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/postpad.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/prepad.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/randperm.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rem.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/repmat.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rot90.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rotdim.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rows.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/shift.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/shiftdim.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/sph2cart.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/strerror.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/sub2ind.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/tril.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/triu.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/colormap.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/gray.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/gray2ind.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/hsv2rgb.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/image.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/imagesc.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/imshow.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ind2gray.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ind2rgb.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/loadimage.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ntsc2rgb.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ocean.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/rgb2hsv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/rgb2ind.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/rgb2ntsc.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/saveimage.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/io/beep.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/commutation_matrix.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/cond.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/cross.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/dmult.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/dot.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/duplication_matrix.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/housh.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/krylov.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/krylovb.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/logm.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/norm.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/null.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/orth.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/qzhess.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/rank.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/trace.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/vec.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/vech.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/PKG_ADD
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/bincoeff.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/bug_report.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/comma.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/computer.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/cputime.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/delete.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/dir.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/dump_prefs.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/etime.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/fileparts.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/flops.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/fullfile.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/is_leap_year.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ispc.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/isunix.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/list_primes.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/menu.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/not.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/pack.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/paren.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/path.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/popen2.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/semicolon.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/tempdir.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/tempname.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/texas_lotto.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/tic.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/toc.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/unix.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/version.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/xor.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/PKG_ADD
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__axis_label__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__errcomm__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__errplot__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plr1__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plr2__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plr__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt1__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt2__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt2mm__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt2mv__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt2ss__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt2vm__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt2vv__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__pltopt1__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__pltopt__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/axis.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/bar.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/bottom_title.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/close.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/contour.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/errorbar.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/figure.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/grid.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/hist.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/loglog.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/loglogerr.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/mesh.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/meshdom.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/meshgrid.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/mplot.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/multiplot.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/oneplot.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/orient.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/plot.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/plot_border.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/polar.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/print.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/semilogx.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/semilogxerr.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/semilogy.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/semilogyerr.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/shg.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/sombrero.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/stairs.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/subplot.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/subwindow.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/title.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/top_title.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/xlabel.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/ylabel.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/zlabel.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/compan.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/conv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/deconv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/poly.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyder.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyderiv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyfit.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyinteg.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyout.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyreduce.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyval.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyvalm.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/residue.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/roots.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/demoquat.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qconj.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qcoordinate_plot.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qderiv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qderivmat.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qinv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qmult.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qtrans.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qtransv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qtransvmat.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/quaternion.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/set/complement.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/set/create_set.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/set/intersection.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/set/union.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/arch_fit.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/arch_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/arch_test.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/arma_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/autocor.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/autocov.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/autoreg_matrix.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/bartlett.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/blackman.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/detrend.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/diffpara.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/durbinlevinson.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fftconv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fftfilt.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fftshift.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fractdiff.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/freqz.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/freqz_plot.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hamming.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hanning.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hurst.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/periodogram.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/rectangle_lw.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/rectangle_sw.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/sinc.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/sinetone.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/sinewave.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/spectral_adf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/spectral_xdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/spencer.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/stft.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/synthesis.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/triangle_lw.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/triangle_sw.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/unwrap.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/yulewalker.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/bessel.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/beta.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/betai.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/erfinv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/gammai.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/log2.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/pow2.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/hankel.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/hilb.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/invhilb.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/sylvester_matrix.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/toeplitz.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/vander.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/startup/octaverc
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/center.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/cloglog.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/cor.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/corrcoef.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/cov.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/cut.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/gls.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/iqr.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/kendall.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/kurtosis.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/logit.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/mahalanobis.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/mean.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/meansq.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/median.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/moment.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/ols.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/ppplot.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/probit.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/qqplot.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/range.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/ranks.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/run_count.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/skewness.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/spearman.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/statistics.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/std.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/studentize.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/table.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/values.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/var.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_cdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_inv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_pdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_cdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_inv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_pdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_cdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_inv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_pdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_cdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_inv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_pdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_cdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_inv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_pdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_cdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_inv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_pdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_cdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_inv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_pdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/f_cdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/f_inv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/f_pdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/f_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_cdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_inv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_pdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_cdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_inv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_pdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_cdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_inv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_pdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/kolmogorov_smirnov_cdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_cdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_inv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_pdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_cdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_inv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_pdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_cdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_inv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_pdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_cdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_inv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_pdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_cdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_inv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_pdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_cdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_inv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_pdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_cdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_inv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_pdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/t_cdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/t_inv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/t_pdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/t_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_cdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_inv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_pdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_cdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_inv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_pdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/wiener_rnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression_derivatives.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression_likelihood.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/anova.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/bartlett_test.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_homogeneity.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_independence.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/cor_test.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/f_test_regression.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test_2.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test_2.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/kruskal_wallis_test.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/manova.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/mcnemar_test.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/prop_test_2.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/run_test.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/sign_test.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/t_test.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_2.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_regression.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/u_test.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/var_test.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/welch_test.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/wilcoxon_test.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/z_test.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/z_test_2.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/base2dec.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/bin2dec.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/blanks.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/deblank.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2base.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2bin.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2hex.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/findstr.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/hex2dec.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/index.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/isletter.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/lower.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/rindex.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/split.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/str2mat.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/str2num.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strcat.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strcmp.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strjust.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strrep.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/substr.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/upper.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/time/asctime.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/time/clock.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/time/ctime.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/time/date.m
+%%DATADIR%%/ls-R
+%%DATADIR%%/site/m/startup/octaverc
+@exec mkdir -p %D/%%DATADIR%%/site/api-v13/m 2>/dev/null || true
+@exec mkdir -p %D/%%DATADIR%%/site/exec/%%GNU_HOST%% 2>/dev/null || true
+@exec mkdir -p %D/%%DATADIR%%/site/m 2>/dev/null || true
+@exec mkdir -p %D/%%DATADIR%%/site/oct/%%GNU_HOST%% 2>/dev/null || true
+@exec mkdir -p %D/%%DATADIR%%/%%OCTAVE_VERSION%%/site 2>/dev/null || true
+@dirrmtry %%DATADIR%%/site/api-v13/m
+@dirrmtry %%DATADIR%%/site/api-v13
+@dirrmtry %%DATADIR%%/site/exec/%%GNU_HOST%%
+@dirrmtry %%DATADIR%%/site/exec
+@dirrmtry %%DATADIR%%/site/oct/%%GNU_HOST%%
+@dirrmtry %%DATADIR%%/site/oct
+@dirrmtry %%DATADIR%%/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%%
+@dirrmtry %%DATADIR%%/%%OCTAVE_VERSION%%/site/exec
+@dirrmtry %%DATADIR%%/%%OCTAVE_VERSION%%/site/m
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/site
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/time
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/models
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/startup
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/set
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/io
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/image
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/general
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/finance
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/control
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/imagelib
+@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%
+@dirrm %%DATADIR%%/site/m/startup
+@dirrm %%DATADIR%%/site/m
+@dirrm %%DATADIR%%/site
+@dirrm %%DATADIR%%
 @exec mkdir -p %D/libexec/octave/site/api-v13/m 2>/dev/null || true
 @exec mkdir -p %D/libexec/octave/site/exec/%%GNU_HOST%% 2>/dev/null || true
 @exec mkdir -p %D/libexec/octave/site/m 2>/dev/null || true
 @exec mkdir -p %D/libexec/octave/site/oct/%%GNU_HOST%% 2>/dev/null || true
 @exec mkdir -p %D/libexec/octave/site/oct 2>/dev/null || true
-@dirrmtry libexec/octave/site/api-v13/%%GNU_HOST%%
-@dirrmtry libexec/octave/site/api-v13/m
-@dirrmtry libexec/octave/site/api-v13
-@dirrmtry libexec/octave/site/exec/%%GNU_HOST%%
-@dirrmtry libexec/octave/site/exec
+@dirrmtry libexec/octave/site/oct/%%GNU_HOST%%
 @dirrmtry libexec/octave/site/oct/api-v13/%%GNU_HOST%%
 @dirrmtry libexec/octave/site/oct/api-v13/m
 @dirrmtry libexec/octave/site/oct/api-v13
-@dirrmtry libexec/octave/site/m
-@dirrmtry libexec/octave/site/oct/%%GNU_HOST%%
 @dirrmtry libexec/octave/site/oct
-@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%%
-@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/exec
-@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%
-@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/oct
-@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%%
-@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/site/exec
+@dirrmtry libexec/octave/site/m
+@dirrmtry libexec/octave/site/exec/%%GNU_HOST%%
+@dirrmtry libexec/octave/site/exec
+@dirrmtry libexec/octave/site/api-v13/%%GNU_HOST%%
+@dirrmtry libexec/octave/site/api-v13/m
+@dirrmtry libexec/octave/site/api-v13
 @dirrmtry libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%%
 @dirrmtry libexec/octave/%%OCTAVE_VERSION%%/site/oct
+@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%%
+@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/site/exec
 @dirrmtry libexec/octave/%%OCTAVE_VERSION%%/site
+@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%
+@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/oct
+@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%%
+@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/exec
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm libexec/octave/%%OCTAVE_VERSION%%
 @dirrm libexec/octave/site
--- octave-2.1.73.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605131220.k4DCKmcv098115>