diff options
Diffstat (limited to 'Master/texmf-dist/doc/mex/utf8mex/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/mex/utf8mex/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/mex/utf8mex/Makefile b/Master/texmf-dist/doc/mex/utf8mex/Makefile new file mode 100644 index 00000000000..071aff64962 --- /dev/null +++ b/Master/texmf-dist/doc/mex/utf8mex/Makefile @@ -0,0 +1,29 @@ +# +# Wlodek Bzyl, <matwb@univ.gda.pl> +# +# 13.VI.2004 + +# generate format + +utf8mex.fmt : utf8mex.ini utf8-pl.tex utf8plsq.tex + tex -enc -ini utf8mex.ini + +# do some tests + +test : test.utf8.dvi test-math.utf8.dvi + +test.utf8.dvi : test.utf8.tex + tex -fmt utf8mex test.utf8.tex + +test-math.utf8.dvi : test-math.utf8.tex + tex -fmt utf8mex test-math.utf8.tex + + +%.ps : %.dvi + dvips $* -o + +clean : + rm -f *~ \#* *.{log,dvi,ps} + +xclean : clean + rm -f utf8mex.fmt |