summaryrefslogtreecommitdiff
path: root/systems/doc/pdftex/tests/18-ttf2afm-bug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'systems/doc/pdftex/tests/18-ttf2afm-bug/Makefile')
-rw-r--r--systems/doc/pdftex/tests/18-ttf2afm-bug/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/systems/doc/pdftex/tests/18-ttf2afm-bug/Makefile b/systems/doc/pdftex/tests/18-ttf2afm-bug/Makefile
new file mode 100644
index 0000000000..b25b202b0a
--- /dev/null
+++ b/systems/doc/pdftex/tests/18-ttf2afm-bug/Makefile
@@ -0,0 +1,22 @@
+include ../Common.mak
+
+test:
+ # $(ttf2afm)
+ # $(ttf2afm) ./SourceCodePro-Regular.ttf
+ # $(ttf2afm) -u ./SourceCodePro-Regular.ttf
+ $(ttf2afm) -e ./ec-uni.enc -u ./SourceCodePro-Regular-latest.ttf >f
+
+help:
+ $(ttf2afm)
+
+dump:
+ ttx -t name SourceCodePro-Regular-latest.ttf
+ ttx -t name SourceCodePro-Regular-working.ttf
+
+
+clean:
+ $(clean)
+ rm -f *.ttx f
+
+rebuild:
+ $(rebuild)