From 00576b8211b47efefbd10e533bcb706b4edf93ce Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 12 Nov 2005 15:17:53 +0000 Subject: `style.c' appears to have been around since 1999 and never had anything in it! In its current form it presents the portability hazards of an empty structure and an empty source file. Therefore, I'm removing it; if I ever have a clear idea of what a user style mechanism ought to look like, it might make a reappearance, but don't hold your breath. [originally from svn r6453] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 27ed0c3..ffbe88b 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 keywords contents index style biblio +MODULES += input 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