X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/5dd44dceca3dd3c1a4886dd6a7bdf05924e3447f..4334192268c4b1c0c27a91d043792a21bd8d1292:/Makefile diff --git a/Makefile b/Makefile index 3802c58..22fa715 100644 --- 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))