Overview
| Comment: | Fixed bug. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
bcef6b0be78a45b427b586fe6dfd1de3 |
| User & Date: | gawthrop@users.sourceforge.net on 1997-05-19 15:56:32.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
1997-05-19
| ||
| 16:11:10 | Modified section headers. check-in: 9e64454efa user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 15:56:32 | Fixed bug. check-in: bcef6b0be7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 15:40:04 | Pass mtt swithches to the new make file check-in: 9e24ddb6c7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/awk/rep_txt2make.awk
from [95cf909520]
to [1a899189e1].
| ︙ | ︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Copyright (c) P.J.Gawthrop, 1996. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ # Revision 1.2 1996/11/21 15:57:28 peterg # Now runs mtt quietly. # # Revision 1.1 1996/08/18 19:59:00 peter # Initial revision # ############################################################### | > > > < < < < | | | < < < < < | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
# Copyright (c) P.J.Gawthrop, 1996.
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
# Revision 1.3 1997/05/19 15:40:04 peterg
# Pass mtt swithches to the new make file
#
# Revision 1.2 1996/11/21 15:57:28 peterg
# Now runs mtt quietly.
#
# Revision 1.1 1996/08/18 19:59:00 peter
# Initial revision
#
###############################################################
{
if (NF==2)
if( match("tex txt r m ps",$2)>0)
print "mtt -q", switches, system_name, $1, $2
}
|