Overview
Comment: | No check on file existence - let mtt do its dependency check |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b01ad859c42b89877913f665e0e3fd74 |
User & Date: | gawthrop@users.sourceforge.net on 2000-09-19 09:39:38 |
Other Links: | branch diff | manifest | tags |
Context
2000-09-19
| ||
09:53:18 |
Now always checks dependencies if parameter arg not given Also generates sympar as well check-in: b89f6635d8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:39:38 | No check on file existence - let mtt do its dependency check check-in: b01ad859c4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
07:47:38 | fig2dev back to eps - ps produces a4 style output. check-in: c3df08c81c user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/m/mtt.m from [04109b8ef0] to [f788927636].
︙ | ︙ | |||
11 12 13 14 15 16 17 | endif if nargin<3 lang='m'; endif filename = sprintf("%s_%s.%s", sys, rep, lang); | | | | | | 11 12 13 14 15 16 17 18 19 20 21 22 23 | endif if nargin<3 lang='m'; endif filename = sprintf("%s_%s.%s", sys, rep, lang); command = sprintf("mtt -q %s %s %s", sys, rep, lang); system(command); endfunction |