summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>1999-08-15 18:35:20 +0000
committerSimon Tatham <anakin@pobox.com>1999-08-15 18:35:20 +0000
commit5842eaaf51d9045bc0b199f0b5e82dfc614b2e0c (patch)
treecafd8d6b98802f355cc6e78ac82048388aa6de82 /Makefile
parent79e16787af150c518f65850c8d54b06074a87c5d (diff)
downloadhalibut-5842eaaf51d9045bc0b199f0b5e82dfc614b2e0c.zip
halibut-5842eaaf51d9045bc0b199f0b5e82dfc614b2e0c.tar.gz
halibut-5842eaaf51d9045bc0b199f0b5e82dfc614b2e0c.tar.bz2
halibut-5842eaaf51d9045bc0b199f0b5e82dfc614b2e0c.tar.xz
Further development; bibliographies seem to work
[originally from svn r200]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 518ea56..ab67cbc 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ endif
SRC := ../
MODULES := main malloc ustring error help licence version misc
-MODULES += input keywords contents index style
+MODULES += input keywords contents index style biblio
OBJECTS := $(addsuffix .o,$(MODULES))
DEPS := $(addsuffix .d,$(MODULES))