annotate octaverc @ 7106:47ac621e632f release

append our octaverc file to existing site rcfile * binary-dist-rules.mk (copy-dist-files): Append octaverc to existing file instead of overwriting. * octaverc: Note that these commands come from MXE Octave.
author John W. Eaton <jwe@octave.org>
date Wed, 13 Mar 2024 12:16:26 -0400
parents 3676b3329fd4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7106
47ac621e632f append our octaverc file to existing site rcfile
John W. Eaton <jwe@octave.org>
parents: 3335
diff changeset
1
47ac621e632f append our octaverc file to existing site rcfile
John W. Eaton <jwe@octave.org>
parents: 3335
diff changeset
2 ## Begin MXE Octave additions to system-wide startup file for Octave.
2965
d35eda9fb1f3 octaverc file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3 ##
d35eda9fb1f3 octaverc file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4 ## This file should contain any commands that should be executed each
d35eda9fb1f3 octaverc file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 ## time Octave starts for every user at this site.
7106
47ac621e632f append our octaverc file to existing site rcfile
John W. Eaton <jwe@octave.org>
parents: 3335
diff changeset
6
2965
d35eda9fb1f3 octaverc file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7 EXEC_PATH (cstrcat (fullfile (OCTAVE_HOME, 'notepad++'), pathsep, EXEC_PATH));
d35eda9fb1f3 octaverc file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8 EXEC_PATH (cstrcat (fullfile (OCTAVE_HOME, 'bin'), pathsep, EXEC_PATH));
3335
3676b3329fd4 octaverc: Don't use deprecated edit variable EDITOR.
Rik <rik@octave.org>
parents: 2965
diff changeset
9 EDITOR (fullfile (OCTAVE_HOME, 'notepad++', 'notepad++.exe'));
7106
47ac621e632f append our octaverc file to existing site rcfile
John W. Eaton <jwe@octave.org>
parents: 3335
diff changeset
10
47ac621e632f append our octaverc file to existing site rcfile
John W. Eaton <jwe@octave.org>
parents: 3335
diff changeset
11 ## End MXE Octave additions to system-wide startup file for Octave.