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: |
2693f8232119e31ec64af9056b30d52c |
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: 67469e3515 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: 2693f82321 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
07:47:38 | fig2dev back to eps - ps produces a4 style output. check-in: e6d5bc1ee5 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 |