Initial work on PS and PDF output. Because these two backends share
[sgt/halibut] / Makefile
index 3802c58..22fa715 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -100,8 +100,8 @@ SRC := ../
 
 MODULES := main malloc ustring error help licence version misc tree234
 MODULES += input keywords contents index style biblio
-MODULES += bk_text bk_xhtml bk_whlp bk_man bk_info
-MODULES += winhelp
+MODULES += bk_text bk_xhtml bk_whlp bk_man bk_info bk_paper bk_ps bk_pdf
+MODULES += winhelp psdata
 
 OBJECTS := $(addsuffix .o,$(MODULES))
 DEPS := $(addsuffix .d,$(MODULES))