Overview
| Comment: | Fixed bug with copying at level 0. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
1db7be722858af82612dfba9a1fd2135 |
| User & Date: | gawthrop@users.sourceforge.net on 1996-11-09 21:17:38.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
1996-11-10
| ||
| 10:48:45 | Initial revision check-in: c320000403 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
|
1996-11-09
| ||
| 21:17:38 | Fixed bug with copying at level 0. check-in: 1db7be7228 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 21:16:19 | *** empty log message *** check-in: abe44f2539 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt
from [2123d5012d]
to [951254ea5d].
| ︙ | ︙ | |||
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.38 1996/11/09 20:17:34 peterg ## Fixed bug with null ARGS argument ## Put in new lib paths. ## ## Revision 1.37 1996/11/09 18:47:46 peterg ## Added new copy command (using find). ## More documaentation stuff. | > > > | 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.39 1996/11/09 20:22:54 peterg ## VERSION 2.0 ## ## Revision 1.38 1996/11/09 20:17:34 peterg ## Fixed bug with null ARGS argument ## Put in new lib paths. ## ## Revision 1.37 1996/11/09 18:47:46 peterg ## Added new copy command (using find). ## More documaentation stuff. |
| ︙ | ︙ | |||
365 366 367 368 369 370 371 | gmake -s -f - $1_$2.$3 << EOF # Cancel implicit rules I don't want %.dvi: %.tex # If level>0, try and get subsystem files | | | 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 |
gmake -s -f - $1_$2.$3 << EOF
# Cancel implicit rules I don't want
%.dvi: %.tex
# If level>0, try and get subsystem files
ifneq ("$level","0")
$1_abg.fig:
mtt -q copy $1 $MTTPATH/lib/comp/compound
endif
# Create an arg file if it doesn't exist
$1_args.m:
|
| ︙ | ︙ |