Overview
Comment: | Really VERSION 2.1 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7682d7d14fa6c58d607375c7451cd4fc |
User & Date: | gawthrop@users.sourceforge.net on 1996-11-12 16:04:25 |
Other Links: | branch diff | manifest | tags |
Context
1996-11-21
| ||
15:57:28 | Now runs mtt quietly. check-in: dc3bf46589 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1996-11-12
| ||
16:04:25 | Really VERSION 2.1 check-in: 7682d7d14f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:53:59 | Reads in the params.r file now. check-in: ed7bcffb0d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [6004e5d794] to [be71c8b440].
︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | + + + | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ # Revision 1.43 1996/11/12 08:52:57 peterg # Fixed bug in test arg to if - missing "". # # Revision 1.42 1996/11/11 17:23:03 peterg # Added numpar.m requirement to all .m targets # ## Revision 1.41 1996/11/11 17:18:32 peterg ## VERSION 2.1 ## ## Revision 1.40 1996/11/09 21:17:38 peterg |
︙ | |||
162 163 164 165 166 167 168 | 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 | - + | esac shift done #Print header if not in quiet (-q) mode. if [ "$quiet" != "quiet" ]; then echo |
︙ | |||
390 391 392 393 394 395 396 | 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 | - + | touch $1_args.m #Create empty files (with titles) if not already there #SUMMARY lbl label file (txt) $1_lbl.txt: echo Creating $1_lbl.txt ( \ |
︙ |