Overview
Comment: | Seascale changes -- mainly to new rep format. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a4d55133580051487b97b8ca8ad750f0 |
User & Date: | gawthrop@users.sourceforge.net on 1997-06-29 19:05:51 |
Other Links: | branch diff | manifest | tags |
Context
1997-07-06
| ||
16:20:44 | Initial revision check-in: f65ef2502d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1997-06-29
| ||
19:05:51 | Seascale changes -- mainly to new rep format. check-in: a4d5513358 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1997-06-27
| ||
12:14:49 | Upped version to 2.4++ check-in: 1b7397e8d0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [42ea69b3d0] to [31b59df962].
︙ | |||
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.85 1997/06/27 12:14:49 peterg ## Upped version to 2.4++ ## # Revision 1.84 1997/06/13 14:08:23 peterg # Changed default rep.txt # # Revision 1.83 1997/06/13 09:18:28 peterg # Removed all params.m # # Revision 1.82 1997/06/13 08:59:03 peterg |
︙ | |||
330 331 332 333 334 335 336 | 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 | - + | shift done #Print header if not in quiet (-q) mode. if [ "$quiet" != "quiet" ]; then echo |
︙ | |||
800 801 802 803 804 805 806 | 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 | - + - - - - - + + + + + | #SUMMARY rep report (txt) #SUMMARY rep report (tex) #SUMMARY rep report (view) $1_rep.txt: echo Creating $1_rep.txt ( \ |
︙ | |||
1256 1257 1258 1259 1260 1261 1262 | 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 | - + - | echo Creating view of $1_$2 $DVIVIEW $1_$2.dvi& #Report generation $1_rep.make: $1_rep.txt $1_args.m rep_txt2make $1 "$mtt_switches" |
︙ |