aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-07-31 10:25:33 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-07-31 10:25:33 +0000
commit54422237d2060a96bc0e073a3a51b998f828b9d8 (patch)
tree436c979d70f08b8f22e6149f51070f435d802b97
parent8d76191025f49c3246af5c9b548c56000abb6bb2 (diff)
downloadmandoc-54422237d2060a96bc0e073a3a51b998f828b9d8.tar.gz
mandoc-54422237d2060a96bc0e073a3a51b998f828b9d8.tar.zst
mandoc-54422237d2060a96bc0e073a3a51b998f828b9d8.zip
html.c now uses ohash, and new file compat_strndup.c
-rw-r--r--Makefile.depend3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.depend b/Makefile.depend
index 4f5dc808..da366a1c 100644
--- a/Makefile.depend
+++ b/Makefile.depend
@@ -16,6 +16,7 @@ compat_strcasestr.o: compat_strcasestr.c config.h
compat_stringlist.o: compat_stringlist.c config.h compat_stringlist.h
compat_strlcat.o: compat_strlcat.c config.h
compat_strlcpy.o: compat_strlcpy.c config.h
+compat_strndup.o: compat_strndup.c config.h
compat_strsep.o: compat_strsep.c config.h
compat_strtonum.o: compat_strtonum.c config.h
compat_vasprintf.o: compat_vasprintf.c config.h
@@ -29,7 +30,7 @@ demandoc.o: demandoc.c config.h mandoc.h roff.h man.h mdoc.h
eqn.o: eqn.c config.h mandoc_aux.h mandoc.h roff.h libmandoc.h libroff.h
eqn_html.o: eqn_html.c config.h mandoc.h out.h html.h
eqn_term.o: eqn_term.c config.h mandoc.h out.h term.h
-html.o: html.c config.h mandoc_aux.h mandoc.h roff.h out.h html.h manconf.h main.h
+html.o: html.c config.h mandoc_aux.h mandoc_ohash.h compat_ohash.h mandoc.h roff.h out.h html.h manconf.h main.h
lib.o: lib.c config.h mandoc.h roff.h mdoc.h libmdoc.h lib.in
main.o: main.c config.h mandoc_aux.h mandoc.h mandoc_xr.h roff.h mdoc.h man.h tag.h main.h manconf.h mansearch.h
man.o: man.c config.h mandoc_aux.h mandoc.h roff.h man.h libmandoc.h roff_int.h libman.h