comparison 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
comparison
equal deleted inserted replaced
19251:83b88e20e9c1 19252:edf5d63c82e1
2 2
3 deprecated_FCN_FILES = \ 3 deprecated_FCN_FILES = \
4 deprecated/bicubic.m \ 4 deprecated/bicubic.m \
5 deprecated/find_dir_in_path.m \ 5 deprecated/find_dir_in_path.m \
6 deprecated/isstr.m \ 6 deprecated/isstr.m \
7 deprecated/nfields.m 7 deprecated/nfields.m \
8 deprecated/strmatch.m
8 9
9 FCN_FILES += $(deprecated_FCN_FILES) 10 FCN_FILES += $(deprecated_FCN_FILES)
10 11
11 PKG_ADD_FILES += deprecated/PKG_ADD 12 PKG_ADD_FILES += deprecated/PKG_ADD
12 13