blob: 2d338c4a243ebbfaed72d73de9097d6f03a397df (
plain) (
blame)
1
2
3
4
5
6
7
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
*** jtex-1.52/jtex/Makefile.orig Sat Jun 1 12:20:40 1996
--- jtex-1.52/jtex/Makefile Sat Jun 1 12:22:54 1996
***************
*** 142,152 ****
inrstex.fmt:
./initex inrstex \\dump
! jlatex.fmt: ${JTEXINPUTS}/jtexbase.tex
TEXINPUTS="${JTEXINPUTS}:${LATEXINPUTS}:${TEXINPUTS}" TEXPOOL="." \
./inijtex jlplain \\dump
! mv jlplain.fmt jlatex.fmt
! mv jlplain.log jlatex.log
picplus.fmt: tex.fmt
./initex \&./tex picplus \\dump
--- 142,152 ----
inrstex.fmt:
./initex inrstex \\dump
! njlatex.fmt: ${JTEXINPUTS}/jtexbase.tex
TEXINPUTS="${JTEXINPUTS}:${LATEXINPUTS}:${TEXINPUTS}" TEXPOOL="." \
./inijtex jlplain \\dump
! mv jlplain.fmt njlatex.fmt
! mv jlplain.log njlatex.log
picplus.fmt: tex.fmt
./initex \&./tex picplus \\dump
***************
*** 158,168 ****
mv jsplain.fmt jslitex.fmt
mv jsplain.log jslitex.log
! jtex.fmt: ${JTEXINPUTS}/jtexbase.tex
TEXINPUTS="${JTEXINPUTS}:${TEXINPUTS}" TEXPOOL="." \
./inijtex jplain \\dump
! mv jplain.fmt jtex.fmt
! mv jplain.log jtex.log
# Texinfo changes the escape character from `\' to `@'.
texinfo.fmt: tex.fmt
--- 158,168 ----
mv jsplain.fmt jslitex.fmt
mv jsplain.log jslitex.log
! njtex.fmt: ${JTEXINPUTS}/jtexbase.tex
TEXINPUTS="${JTEXINPUTS}:${TEXINPUTS}" TEXPOOL="." \
./inijtex jplain \\dump
! mv jplain.fmt njtex.fmt
! mv jplain.log njtex.log
# Texinfo changes the escape character from `\' to `@'.
texinfo.fmt: tex.fmt
|