diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-07-31 10:25:33 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-07-31 10:25:33 +0000 |
commit | 9ace27199e3af9ee1ed95aee15e40b8af4b9bee6 (patch) | |
tree | dcdff9ab77ad67afab2a7482d1b9bc3da51d3ad9 | |
parent | 255f9b0b67eb18c98b889e4b32f7d1dd8159b5a5 (diff) | |
download | mandoc-9ace27199e3af9ee1ed95aee15e40b8af4b9bee6.tar.gz |
html.c now uses ohash, and new file compat_strndup.c
-rw-r--r-- | Makefile.depend | 3 |
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 |