summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-23 22:57:13 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-23 22:57:13 +0000
commit7151bb8eeed729397435c0c693efc5546cfda123 (patch)
treee7cd99eb9b42eff87848d69b74a100ce56ee7332 /Makefile
parentd01207bfc948fdba1c7d2b8e9b46db9f3a91f3e9 (diff)
downloadmandoc-7151bb8eeed729397435c0c693efc5546cfda123.tar.gz
Flip on equation printing for -T[x]html.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 03d00fdd..eceee4fd 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,7 @@ SRCS = Makefile \
config.h.pre \
eqn.7 \
eqn.c \
+ eqn_html.c \
eqn_term.c \
example.style.css \
external.png \
@@ -192,11 +193,13 @@ $(LIBMDOC_OBJS) $(LIBMDOC_LNS): libmdoc.h
$(LIBROFF_OBJS) $(LIBROFF_LNS): libroff.h
$(LIBMANDOC_OBJS) $(LIBMANDOC_LNS): mandoc.h mdoc.h man.h libmandoc.h config.h
-MANDOC_HTML_OBJS = html.o \
+MANDOC_HTML_OBJS = eqn_html.o \
+ html.o \
man_html.o \
mdoc_html.o \
tbl_html.o
-MANDOC_HTML_LNS = html.ln \
+MANDOC_HTML_LNS = eqn_html.ln \
+ html.ln \
man_html.ln \
mdoc_html.ln \
tbl_html.ln