Overview
Comment: | Run LateX three times |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6b0ddd3ffb29489d2a7974688e2dbbbb |
User & Date: | gawthrop@users.sourceforge.net on 1998-04-15 18:40:43 |
Other Links: | branch diff | manifest | tags |
Context
1998-04-15
| ||
18:41:47 | Fixed various probs with multiple systems in one directory check-in: 32cb70bf20 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
18:40:43 | Run LateX three times check-in: 6b0ddd3ffb user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1998-04-14
| ||
18:17:15 | More messages about Makefile check-in: a875a0e8cb user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/doc2dvi from [f75215f301] to [dc3b8b39d3].
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | + + + - + + | ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 1998/03/03 08:35:50 peterg ## Initial revision ## ############################################################### system=$1 # Inform user echo Creating $system.dvi |