summaryrefslogtreecommitdiff
path: root/language/hyphen-accent/dc-nfss/dc-nfss.bat
blob: 6e0e417c504ab68ecab8c1b270c60e5c0b0ed3d6 (plain)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
echo off
echo fmt.bat for 2 and 3 languages
del nfss*.fmt
del *.bak
del *.log
del *.tex
del *.sty
del *.ch
del *.min
del *.doc

copy \emtex\texinput\lplain.tex
copy \emtex\texinput\lhyphen.tex
copy \emtex\texinput\hyconfig.tex hyphen.tex
copy \emtex\texinput\hyacceur.tex
copy \emtex\texinput\enhyph.tex
copy \emtex\texinput\enhyphex.tex
copy \emtex\texinput\f8hyph.tex
copy \emtex\texinput\ghyphen.min
copy \emtex\texinput\language.efg *.dat
copy \emtex\texinput\lfonts.new lfonts.tex
copy \emtex\texinput\fontdef.dc fontdef.tex
copy \emtex\texinput\preload.dc preload.tex
copy \emtex\texinput\dclfontm.sty xxxlfont.sty 
copy \emtex\texinput\latex.tex
copy \emtex\texinput\acmacros.sty
copy \emtex\texinput\dc-nfss.tex 
copy \emtex\texinput\dc-nfss.doc 00_readme.doc
    tex386 -i -8 -mt20000 -c850DCTEX.TCP dc-nfss \dump

mkdir \emtex\dc-nfss 
del \emtex\dc-nfss\*.t*
del \emtex\dc-nfss\*.s*
del \emtex\dc-nfss\*.d*
del \emtex\dc-nfss\*.z*
del \emtex\dc-nfss\*.m*
del \emtex\dc-nfss\*.l*
del \emtex\dc-nfss\*.b*

copy *.tex \emtex\dc-nfss\*.*
copy *.sty \emtex\dc-nfss\*.*
copy *.min \emtex\dc-nfss\*.*
copy *.dat \emtex\dc-nfss\*.*
copy *.dc \emtex\dc-nfss\*.*
copy *.log \emtex\dc-nfss\*.*
copy *.doc \emtex\dc-nfss\*.*

call dc-nfput *.tex 
call dc-nfput *.sty 
call dc-nfput *.min 
call dc-nfput language.dat 
call dc-nfput *.dc 
call dc-nfput *.doc 
call dc-nfput *.log 
call dc-nfput dc-nfss.bat 

call zip_p dc-nfss emtex\dc-nfss\*.*
call \taupin\tex\rsoput dc-nfss.zip /b

goto done

:ex
echo The following files should be removed or renamed before running fmt:
if exist hyphen.tex echo hyphen.tex
goto end

:error
echo Error

:done
if exist hyphen.tex del hyphen.tex
:end