summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJames Aylett <james@tartarus.org>2000-12-21 16:59:38 +0000
committerJames Aylett <james@tartarus.org>2000-12-21 16:59:38 +0000
commitc93b0a5afb0ad410fd428816113161079fd0d76c (patch)
tree2bd0f61630539ecbda8bba6f411067d7a9988a3a /Makefile
parentc60f304fb62395cff28f273f1ec206c0c4df1492 (diff)
downloadhalibut-c93b0a5afb0ad410fd428816113161079fd0d76c.zip
halibut-c93b0a5afb0ad410fd428816113161079fd0d76c.tar.gz
halibut-c93b0a5afb0ad410fd428816113161079fd0d76c.tar.bz2
halibut-c93b0a5afb0ad410fd428816113161079fd0d76c.tar.xz
Initial checkin of xhtml backend.
[originally from svn r828]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e32fd5e..948bfd8 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ SRC := ../
MODULES := main malloc ustring error help licence version misc tree23
MODULES += input keywords contents index style biblio
-MODULES += bk_text
+MODULES += bk_text bk_xhtml
OBJECTS := $(addsuffix .o,$(MODULES))
DEPS := $(addsuffix .d,$(MODULES))