diff 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 diff
--- a/scripts/deprecated/module.mk
+++ b/scripts/deprecated/module.mk
@@ -4,7 +4,8 @@
   deprecated/bicubic.m \
   deprecated/find_dir_in_path.m \
   deprecated/isstr.m \
-  deprecated/nfields.m
+  deprecated/nfields.m \
+  deprecated/strmatch.m
 
 FCN_FILES += $(deprecated_FCN_FILES)