diff options
Diffstat (limited to 'Master/texmf-dist/doc/pdftex/tests/28-fake-interword-space-updated/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/pdftex/tests/28-fake-interword-space-updated/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/pdftex/tests/28-fake-interword-space-updated/Makefile b/Master/texmf-dist/doc/pdftex/tests/28-fake-interword-space-updated/Makefile new file mode 100644 index 00000000000..d93c92ca632 --- /dev/null +++ b/Master/texmf-dist/doc/pdftex/tests/28-fake-interword-space-updated/Makefile @@ -0,0 +1,10 @@ +include ../Common.mak + +test: + $(pdftex2) -ini fake-interword-space.tex + +font: + cd pdftexspace; t1asm pdftexspace.ps pdftexspace.pfb + +clean: + $(clean) |