view scripts/deprecated/module.mk @ 14018:5d5685216876

Deprecate shell_cmd function and update system, dos, unix commands * NEWS: Announce deprecation of shell_cmd. * deprecated/shell_cmd.m: New file to hold documentation and warning for shell_cmd. * deprecated/module.mk: Add shell_cmd to build system. * mk_undocumented_list: Remove shell_cmd from undocumented list. * install.txi: Replace reference to shell_cmd with system. * dos.m, unix.m: Update docstrings and add %!test block. * toplev.cc (system): Update docstring and add %!test block.
author Rik <octave@nomad.inbox5.com>
date Thu, 08 Dec 2011 17:25:30 -0800
parents cad4cba03f19
children b69762f7a343
line wrap: on
line source

FCN_FILE_DIRS += deprecated

deprecated_FCN_FILES = \
  deprecated/autocor.m \
  deprecated/autocov.m \
  deprecated/betai.m \
  deprecated/cellidx.m \
  deprecated/clg.m \
  deprecated/cor.m \
  deprecated/corrcoef.m \
  deprecated/cquad.m \
  deprecated/cut.m \
  deprecated/dispatch.m \
  deprecated/fstat.m \
  deprecated/gammai.m \
  deprecated/glpkmex.m \
  deprecated/intwarning.m \
  deprecated/is_duplicate_entry.m \
  deprecated/is_global.m \
  deprecated/isstr.m \
  deprecated/krylovb.m \
  deprecated/perror.m \
  deprecated/polyderiv.m \
  deprecated/replot.m \
  deprecated/saveimage.m \
  deprecated/setstr.m \
  deprecated/shell_cmd.m \
  deprecated/sphcat.m \
  deprecated/spvcat.m \
  deprecated/strerror.m \
  deprecated/studentize.m \
  deprecated/sylvester_matrix.m \
  deprecated/values.m \
  deprecated/weibcdf.m \
  deprecated/weibinv.m \
  deprecated/weibpdf.m \
  deprecated/weibrnd.m

FCN_FILES += $(deprecated_FCN_FILES)

PKG_ADD_FILES += deprecated/PKG_ADD

DIRSTAMP_FILES += deprecated/$(octave_dirstamp)