annotate scripts/io/module.mk @ 25764:826b45c1c427

textread.m: Make m-file a legacy function. * NEWS: Announce change. * scripts/legacy/module.mk, scripts/io/module.mk: Move findstr.m from io/ dir to legacy/ dir. * textread.m: Add Octave:legacy-function warning at top of function. Change docstring to note that this function is obsolete. Add an initial BIST test to trigger legacy-function warning which is then suppressed. * dlmread.cc (Fdlmread): Remove textread from @seealso list. * csvread.m, fileread.m: Remove textread from @seealso list. * debug.cc (Fdbstop): Change documentation to use an example in axis.m rather than textread.m
author Rik <rik@octave.org>
date Thu, 09 Aug 2018 16:33:09 -0700
parents 8dc8edbffa17
children 8f5e625062f3
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: 15547
diff changeset
1 FCN_FILE_DIRS += scripts/io
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 21634
diff changeset
3 %canon_reldir%_FCN_FILES = \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 21634
diff changeset
4 %reldir%/beep.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 21634
diff changeset
5 %reldir%/csvread.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 21634
diff changeset
6 %reldir%/csvwrite.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 21634
diff changeset
7 %reldir%/dlmwrite.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 21634
diff changeset
8 %reldir%/fileread.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 21634
diff changeset
9 %reldir%/importdata.m \
25764
826b45c1c427 textread.m: Make m-file a legacy function.
Rik <rik@octave.org>
parents: 25763
diff changeset
10 %reldir%/is_valid_file_id.m
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 21634
diff changeset
12 %canon_reldir%dir = $(fcnfiledir)/io
20343
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
13
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 21634
diff changeset
14 %canon_reldir%_DATA = $(%canon_reldir%_FCN_FILES)
20343
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
15
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 21634
diff changeset
16 FCN_FILES += $(%canon_reldir%_FCN_FILES)
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
17
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 21634
diff changeset
18 PKG_ADD_FILES += %reldir%/PKG_ADD
9906
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9794
diff changeset
19
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 21634
diff changeset
20 DIRSTAMP_FILES += %reldir%/$(octave_dirstamp)