aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile.depend
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-07-22 03:21:49 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-07-22 03:21:49 +0000
commit72cf85a98bb1b2a6ef04b580cfa7c6a0d5ae1b24 (patch)
tree7c7db3ec0c82618c4252ee155b51afe44c029836 /Makefile.depend
parentf3471bbe850e1ceab86fe35bf08aed11dfa7a465 (diff)
downloadmandoc-72cf85a98bb1b2a6ef04b580cfa7c6a0d5ae1b24.tar.gz
mandoc-72cf85a98bb1b2a6ef04b580cfa7c6a0d5ae1b24.tar.zst
mandoc-72cf85a98bb1b2a6ef04b580cfa7c6a0d5ae1b24.zip
Slowly start implementing tagging support for man(7) pages, even
though it is obvious that this can never become as good as for mdoc(7) pages. As a first step, tag alphabetic arguments of .IP macros, which are often used for lists of options and keywords. Try "man -O tag=g as" to get the point. Thanks to Leah Neukirchen for recently reminding me that exploring how much can be done in this respect may be worthwhile: it is likely to slightly improve usability while adding only small amounts of relatively straightforward code.
Diffstat (limited to 'Makefile.depend')
-rw-r--r--Makefile.depend2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.depend b/Makefile.depend
index 81f632d0..3540aeda 100644
--- a/Makefile.depend
+++ b/Makefile.depend
@@ -37,7 +37,7 @@ main.o: main.c config.h mandoc_aux.h mandoc.h mandoc_xr.h roff.h mdoc.h man.h ma
man.o: man.c config.h mandoc_aux.h mandoc.h roff.h man.h libmandoc.h roff_int.h libman.h
man_html.o: man_html.c config.h mandoc_aux.h mandoc.h roff.h man.h out.h html.h main.h
man_macro.o: man_macro.c config.h mandoc.h roff.h man.h libmandoc.h roff_int.h libman.h
-man_term.o: man_term.c config.h mandoc_aux.h roff.h man.h out.h term.h main.h
+man_term.o: man_term.c config.h mandoc_aux.h mandoc.h roff.h man.h out.h term.h tag.h main.h
man_validate.o: man_validate.c config.h mandoc_aux.h mandoc.h roff.h man.h libmandoc.h roff_int.h libman.h
mandoc.o: mandoc.c config.h mandoc_aux.h mandoc.h roff.h libmandoc.h roff_int.h
mandoc_aux.o: mandoc_aux.c config.h mandoc.h mandoc_aux.h