diff options
Diffstat (limited to 'systems/doc/pdftex/tests/30-compositecharset/Makefile')
-rw-r--r-- | systems/doc/pdftex/tests/30-compositecharset/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/systems/doc/pdftex/tests/30-compositecharset/Makefile b/systems/doc/pdftex/tests/30-compositecharset/Makefile new file mode 100644 index 0000000000..5c09aaedb6 --- /dev/null +++ b/systems/doc/pdftex/tests/30-compositecharset/Makefile @@ -0,0 +1,20 @@ +# $Id: Makefile 910 2023-08-26 17:47:24Z karl $ +# Public domain. /CharSet not including composite base, for some fonts. + +texfot = texfot + +pln: + $(texfot) pdftex compositechars.tex + grep -a /CharSet compositechars.pdf + +plt: + $(texfot) pdflatex compositechars.tex + grep -a /CharSet compositechars.pdf + +llt: + $(texfot) lualatex compositechars.tex + grep -a /CharSet compositechars.pdf + +ltx: + $(texfot) latex compositechars.tex + dvitype compositechars.dvi >typ |