From e06921ba9541759101336126a6af96ab66b9ee2d Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 14 May 2006 13:42:48 +0000 Subject: Fairly ropey font-embedding support. In particular, the PDF output is technically incorrect, though it works perfectly well with xpdf. To do it properly requires actually parsing the unencrypted part of a Type 1 font, which will be a bit tedious in C. [originally from svn r6685] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8f53a51..0cb80a7 100644 --- a/Makefile +++ b/Makefile @@ -106,7 +106,7 @@ CFLAGS += -I$(LIBCHARSET_SRCDIR) -I$(LIBCHARSET_OBJDIR) include $(LIBCHARSET_SRCDIR)Makefile MODULES := main malloc ustring error help licence version misc tree234 -MODULES += input in_afm keywords contents index biblio +MODULES += input in_afm in_pf keywords contents index biblio MODULES += bk_text bk_html bk_whlp bk_man bk_info bk_paper bk_ps bk_pdf MODULES += winhelp psdata wcwidth -- cgit v1.1