Overview
Comment: | Removed a debbugging echo |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0a0843985715ce330d53dbda9456efec |
User & Date: | gawthrop@users.sourceforge.net on 1997-12-07 21:05:10 |
Other Links: | branch diff | manifest | tags |
Context
1997-12-08
| ||
20:24:43 | Initial revision check-in: 82aabf3280 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1997-12-07
| ||
21:05:10 | Removed a debbugging echo check-in: 0a08439857 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
20:45:21 | Initial revision check-in: 985e49b298 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [79fa6618da] to [49e19283a5].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.102 1997/12/07 12:14:43 peterg ## Hnadles book, article and section reports seperately ## ## Revision 1.101 1997/12/06 18:54:53 peterg ## Now tidies up after itself. ## Major modifications to do a rep on a directory -- creates a book with ## each example as a chapter. | > > > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## 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 ## ## Revision 1.101 1997/12/06 18:54:53 peterg ## Now tidies up after itself. ## Major modifications to do a rep on a directory -- creates a book with ## each example as a chapter. |
︙ | ︙ | |||
1342 1343 1344 1345 1346 1347 1348 | endif 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 | | | 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 | endif 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) ifneq ($ARGS,) cp $1_$2.ps $1_$2$_ARGS.ps ; echo COPYING endif endif |
︙ | ︙ |