summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Muizelaar <jeff@infidigm.net>2005-06-03 03:12:27 +0000
committerJeff Muizelaar <jeff@infidigm.net>2005-06-03 03:12:27 +0000
commite19aa5d0575a91cd6ebf76a0fa16ee7337fcc3c4 (patch)
treeb12f61c2f29bad16a781ed3dac9aed3f9d8ba5a2 /Makefile
parent8dfcfd18a00f9548a69922b6370c0e68f45e13e5 (diff)
2005-06-02 Jeff Muizelaar <jeff@infidigm.net>
* Makefile: * test-gen/type3.pl: * tests/type3.pdf: * tests/type3.pdf-0-cairo-ref.png: Add a type3 font test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 910dd21..6763abe 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CFLAGS = $(shell pkg-config --cflags poppler-glib)
LDLIBS = $(shell pkg-config --libs poppler-glib)
-PDFS = $(addprefix tests/, mask.pdf text.pdf image.pdf)
+PDFS = $(addprefix tests/, mask.pdf text.pdf image.pdf type3.pdf)
all : test-poppler $(PDFS)