Overview
Comment: | Reduced default rep.txt file to just abg.txt -- this is to document components which may not be causally complete |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c848dbc1dbdd861d5d1a9a836cbc5e13 |
User & Date: | gawthrop@users.sourceforge.net on 1997-12-11 09:04:47 |
Other Links: | branch diff | manifest | tags |
Context
1997-12-11
| ||
10:59:07 | Added debug -D switch + echos directory when -d switch used. check-in: b6188543ba user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:04:47 |
Reduced default rep.txt file to just abg.txt -- this is to document components which may not be causally complete check-in: c848dbc1db user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1997-12-09
| ||
16:53:42 | Initial revision check-in: 5514387d35 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [49e19283a5] to [8f4406edbf].
︙ | |||
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.104 1997/12/07 21:05:10 peterg # Removed a debbugging echo # ## Revision 1.103 1997/12/07 20:10:36 peterg ## Fixed bugs with reprots and distinguish between book, article and ## section reports. ## ## Revision 1.102 1997/12/07 12:14:43 peterg ## Hnadles book, article and section reports seperately ## |
︙ | |||
943 944 945 946 947 948 949 | 946 947 948 949 950 951 952 953 954 955 956 957 958 959 | - - - - | else $1_rep.txt: echo Creating $1_rep.txt; ( \ echo "# Outline report file for system $1 ($1_rep.txt)"; \ cat $MTTPATH/trans/m/rcs_header.txt; \ echo "mtt $1 abg tex"; \ |
︙ | |||
1349 1350 1351 1352 1353 1354 1355 | 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 | - - + + + | ifeq ($REPTYPE,data) #Create PostScript version of dat file # + another version with Args added to the name if its appropriate $1_$2.ps: $1_$2.gdat gdat2ps $1_$2 '$ARGS'; ifeq ($PLOTTYPE,multiple) |
︙ | |||
1449 1450 1451 1452 1453 1454 1455 | 1449 1450 1451 1452 1453 1454 1455 1456 | - + | EOF # Tidy up. # echo Removing log files and other garbage rm -f *_unique_raw_list *_raw_list rm -f mtt_error.txt mtt_info.txt a.out rm -f *.log mtt_info.txt warning.txt |