Mercurial > hg > octave-nkf
annotate scripts/deprecated/module.mk @ 19304:bc640d4678fb
Undeprecate nargchk, but add note that narginchk is preferred.
* func.txi: Use narginchk instead of nargchk in documentation example.
* scripts/deprecated/nargchk.m: Remove deprecated version of nargchk.
* scripts/deprecated/module.mk: Remove deprecated nargchk.m from build system.
* scripts/general/nargchk.m: Add caution to docstring that this function may be
removed in the future and that narginchk is preferred.
author | Rik <rik@octave.org> |
---|---|
date | Sat, 20 Sep 2014 15:01:25 -0700 |
parents | d4a920d28242 |
children | a4c226a963c5 |
rev | line source |
---|---|
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
1 FCN_FILE_DIRS += deprecated |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
2 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
3 deprecated_FCN_FILES = \ |
18804
7485f8a8e431
bicubic.m: Deprecate function for 4.2 release.
Rik <rik@octave.org>
parents:
18606
diff
changeset
|
4 deprecated/bicubic.m \ |
18109
2217bc116aa9
maint: Dummy merge with gui-release, ignoring all recent backout merges
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
18102
diff
changeset
|
5 deprecated/find_dir_in_path.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
6 deprecated/isstr.m \ |
19252 | 7 deprecated/nfields.m \ |
19257
d20c81d3cd21
Deprecate syl, add new function sylvester.
Rik <rik@octave.org>
parents:
19252
diff
changeset
|
8 deprecated/strmatch.m \ |
19303 | 9 deprecated/syl.m \ |
10 deprecated/usage.m | |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
11 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
12 FCN_FILES += $(deprecated_FCN_FILES) |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
13 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
14 PKG_ADD_FILES += deprecated/PKG_ADD |
9906 | 15 |
16 DIRSTAMP_FILES += deprecated/$(octave_dirstamp) |