annotate scripts/deprecated/module.mk @ 22227:ab139f0733b9

Document that "help OPERATOR" needs quotes around OPERATOR (bug #39349). * help.m (help, do_list_operators): State that quotes are required. * comma.m, paren.m, semicolon.m: Move do deprecated/ directory from help directory. * scripts/deprecated/module.mk: Add comma.m, paren.m, semicolon.m to deprecated directory. * scripts/help/module.mk: Remove comma.m, paren.m, semicolon.m from help directory.
author Lachlan Andrew <lachlanbis@gmail.com>
date Sun, 12 Jun 2016 19:38:22 +1000
parents bfb1b089c230
children edd04ce99891
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20225
diff changeset
1 FCN_FILE_DIRS += scripts/deprecated
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20225
diff changeset
3 scripts_deprecated_FCN_FILES = \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20225
diff changeset
4 scripts/deprecated/bicubic.m \
20486
4bb41929286b Deprecate bitmax.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 20484
diff changeset
5 scripts/deprecated/bitmax.m \
22227
ab139f0733b9 Document that "help OPERATOR" needs quotes around OPERATOR (bug #39349).
Lachlan Andrew <lachlanbis@gmail.com>
parents: 22183
diff changeset
6 scripts/deprecated/comma.m \
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20225
diff changeset
7 scripts/deprecated/delaunay3.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20225
diff changeset
8 scripts/deprecated/dump_prefs.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20225
diff changeset
9 scripts/deprecated/find_dir_in_path.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20225
diff changeset
10 scripts/deprecated/finite.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20225
diff changeset
11 scripts/deprecated/fmod.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20225
diff changeset
12 scripts/deprecated/fnmatch.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20225
diff changeset
13 scripts/deprecated/gmap40.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20225
diff changeset
14 scripts/deprecated/isstr.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20225
diff changeset
15 scripts/deprecated/loadaudio.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20225
diff changeset
16 scripts/deprecated/luinc.m \
20502
afdb856e44f1 Deprecate mahalanobis function.
Rik <rik@octave.org>
parents: 20486
diff changeset
17 scripts/deprecated/mahalanobis.m \
20913
69489c064cb7 New function hash to calculate MD{2/4/5} and SHA{1,244,256,384,512} hash values.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 20502
diff changeset
18 scripts/deprecated/md5sum.m \
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20225
diff changeset
19 scripts/deprecated/mouse_wheel_zoom.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20225
diff changeset
20 scripts/deprecated/nfields.m \
21434
1da428cbf401 deprecate octave_config_info
John W. Eaton <jwe@octave.org>
parents: 20923
diff changeset
21 scripts/deprecated/octave_config_info.m \
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20225
diff changeset
22 scripts/deprecated/octave_tmp_file_name.m \
22183
bfb1b089c230 New function normest1 as replacement for onenormest (patch #8837)
Marco Caliari <marco.caliari@univr.it>
parents: 21634
diff changeset
23 scripts/deprecated/onenormest.m \
22227
ab139f0733b9 Document that "help OPERATOR" needs quotes around OPERATOR (bug #39349).
Lachlan Andrew <lachlanbis@gmail.com>
parents: 22183
diff changeset
24 scripts/deprecated/paren.m \
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20225
diff changeset
25 scripts/deprecated/playaudio.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20225
diff changeset
26 scripts/deprecated/saveaudio.m \
22227
ab139f0733b9 Document that "help OPERATOR" needs quotes around OPERATOR (bug #39349).
Lachlan Andrew <lachlanbis@gmail.com>
parents: 22183
diff changeset
27 scripts/deprecated/semicolon.m \
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20225
diff changeset
28 scripts/deprecated/setaudio.m \
20923
58263bea2fdf Unified "sleep" functions to "octave_sleep" in C++ and "pause" in Octave.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 20913
diff changeset
29 scripts/deprecated/sleep.m \
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20225
diff changeset
30 scripts/deprecated/syl.m \
20484
c8ec0b72b7a6 Deprecate wavread and wavwrite.
Rik <rik@octave.org>
parents: 20343
diff changeset
31 scripts/deprecated/usage.m \
20923
58263bea2fdf Unified "sleep" functions to "octave_sleep" in C++ and "pause" in Octave.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 20913
diff changeset
32 scripts/deprecated/usleep.m \
20484
c8ec0b72b7a6 Deprecate wavread and wavwrite.
Rik <rik@octave.org>
parents: 20343
diff changeset
33 scripts/deprecated/wavread.m \
c8ec0b72b7a6 Deprecate wavread and wavwrite.
Rik <rik@octave.org>
parents: 20343
diff changeset
34 scripts/deprecated/wavwrite.m
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
35
20343
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
36 scripts_deprecateddir = $(fcnfiledir)/deprecated
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
37
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
38 scripts_deprecated_DATA = $(scripts_deprecated_FCN_FILES)
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
39
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20225
diff changeset
40 FCN_FILES += $(scripts_deprecated_FCN_FILES)
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
41
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20225
diff changeset
42 PKG_ADD_FILES += scripts/deprecated/PKG_ADD
9906
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9868
diff changeset
43
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20225
diff changeset
44 DIRSTAMP_FILES += scripts/deprecated/$(octave_dirstamp)