summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/fonts/files-adobe-font/build-spec/orig/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 't/recipes/checks/fonts/files-adobe-font/build-spec/orig/Makefile')
-rw-r--r--t/recipes/checks/fonts/files-adobe-font/build-spec/orig/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/recipes/checks/fonts/files-adobe-font/build-spec/orig/Makefile b/t/recipes/checks/fonts/files-adobe-font/build-spec/orig/Makefile
new file mode 100644
index 0000000..6b48449
--- /dev/null
+++ b/t/recipes/checks/fonts/files-adobe-font/build-spec/orig/Makefile
@@ -0,0 +1,8 @@
+all: bad.pfb good.pfb badnocredit.pfb badwithadobecode.pfb
+
+%.pfb: %.raw
+ t1asm $< > $@
+
+clean:
+ rm -f *.pfb
+