diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2019-07-22 03:21:49 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2019-07-22 03:21:49 +0000 |
commit | 4fdfa8d931262ec6f10a5b0be980b235796cd3f7 (patch) | |
tree | 5be480132255102505d77817a09ed44cd06d5f2c /Makefile.depend | |
parent | a523088e937ba170e198c1080112d6bfab51a27c (diff) | |
download | mandoc-4fdfa8d931262ec6f10a5b0be980b235796cd3f7.tar.gz |
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.depend | 2 |
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 |