X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/a4d3c848ea94d230b53b5923a69a6de879e09a13..cdb986cc9e29db157d58d06d02aa5e3c3d3c64a9:/Makefile diff --git a/Makefile b/Makefile index fd6f932..280497f 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ release: ) > reltmp/$(RELDIR)/manifest; \ echo "-DVERSION=\"$(VERSION)\"" > reltmp/$(RELDIR)/version; \ fi - tar chzvCf reltmp - $(RELDIR) > $(RELDIR).tar.gz + tar chzvoCf reltmp - $(RELDIR) > $(RELDIR).tar.gz rm -rf reltmp else @@ -115,7 +115,7 @@ include $(LIBCHARSET_SRCDIR)Makefile 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 bk_paper bk_ps bk_pdf +MODULES += bk_text bk_html bk_whlp bk_man bk_info bk_paper bk_ps bk_pdf MODULES += winhelp psdata wcwidth OBJECTS := $(addsuffix .o,$(MODULES)) $(LIBCHARSET_OBJS)