blob: 1e5720ea546172f9986a7634f735c8334686a7bd (
plain)
1
2
3
4
5
6
7
8
|
depend tex
execute AddFormat name=csplain engine=pdftex \
options="-etex -translate-file=cp227.tcx csplain.ini"
execute AddFormat name=pdfcsplain engine=pdftex \
options="-etex -translate-file=cp227.tcx csplain.ini"
#
binpattern f bin/${ARCH}/csplain
binpattern f bin/${ARCH}/pdfcsplain
|