view scripts/deprecated/module.mk @ 19252:edf5d63c82e1

Deprecate strmatch function. * scripts/deprecated/strmatch.m: Moved from scripts/strings. Add deprecation warning to code and to docstring. * strings.txi: Remove from manual * scripts/deprecated/module.mk: Add to build system in deprecated directory. * scripts/strings/module.mk: Remove from build system in strings directory.
author Rik <rik@octave.org>
date Fri, 29 Aug 2014 20:41:58 -0700
parents d1c649bd90e9
children d20c81d3cd21
line wrap: on
line source

FCN_FILE_DIRS += deprecated

deprecated_FCN_FILES = \
  deprecated/bicubic.m \
  deprecated/find_dir_in_path.m \
  deprecated/isstr.m \
  deprecated/nfields.m \
  deprecated/strmatch.m

FCN_FILES += $(deprecated_FCN_FILES)

PKG_ADD_FILES += deprecated/PKG_ADD

DIRSTAMP_FILES += deprecated/$(octave_dirstamp)