Overview
Comment:Explicit inclusion of mtt.sty in .doc files -- latex2html prefers this
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: c26e387d77734099c197af78bdfab49bb05aa7829a9140ae4967f83c8cfe6842
User & Date: gawthrop@users.sourceforge.net on 1997-05-19 13:17:50
Other Links: branch diff | manifest | tags
Context
1997-05-19
15:40:04
Pass mtt swithches to the new make file check-in: 9e24ddb6c7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
13:17:50
Explicit inclusion of mtt.sty in .doc files -- latex2html prefers this check-in: c26e387d77 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
11:29:37
Added desc.tex and abg.tex descriptions. check-in: 78dddad28c user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/mtt from [d7871cc309] to [8737e729f5].

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.77  1997/05/19  11:29:37  peterg
# Added desc.tex and abg.tex descriptions.
#
# Revision 1.76  1997/05/15  09:43:46  peterg
# New version of _input.txt for -s option
#
# Revision 1.75  1997/05/15  09:15:54  peterg
# Included switch.c in dependancy list for _input.c (when -s switch set)
#
# Revision 1.74  1997/05/13  16:58:02  peterg
1147
1148
1149
1150
1151
1152
1153
1154

1155
1156
1157
1158
1159
1160
1161
1150
1151
1152
1153
1154
1155
1156

1157
1158
1159
1160
1161
1162
1163
1164







-
+







$1_$2.gdat: $1_$2.dat $1_args.m
	dat2gdat $1_$2 

#Generic conversion of Latex to latex document
mtt.sty:
	echo Copying mtt.sty to here
	cp $MTTPATH/trans/mtt.sty .
$1_$2.doc: $1_$2.tex mtt.sty
$1_$2.doc: $1_$2.tex
	makedoc $1 $2

#Generic conversion of LaTeX doc to dvi
$1_$2.dvi: $1_$2.doc
	echo Creating $1_$2.dvi
	latex $1_$2.doc > /dev/null; latex $1_$2.doc > /dev/null


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]