diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-03-27 17:37:25 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-03-27 17:37:25 +0000 |
commit | aeaacb622a48de841df3d2733d63ed99db74ffbc (patch) | |
tree | 26003bbc829278be3b4b17ea680abf1917792058 /Makefile | |
parent | 2fba111e1348dcdc89a477c59777c7ad13b08029 (diff) | |
download | mandoc-aeaacb622a48de841df3d2733d63ed99db74ffbc.tar.gz |
Parse the new man.conf(5) "output" directive.
The next step will be to actually use the parsed data.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -133,6 +133,7 @@ DISTFILES = INSTALL \ man.cgi.8 \ man.conf.5 \ man.h \ + manconf.h \ mandoc.1 \ mandoc.3 \ mandoc.db.5 \ @@ -143,7 +144,6 @@ DISTFILES = INSTALL \ mandoc_headers.3 \ mandoc_html.3 \ mandoc_malloc.3 \ - manpath.h \ mansearch.3 \ mansearch.h \ mchars_alloc.3 \ @@ -269,9 +269,9 @@ WWW_MANS = apropos.1.html \ makewhatis.8.html \ man.cgi.8.html \ man.h.html \ + manconf.h.html \ mandoc.h.html \ mandoc_aux.h.html \ - manpath.h.html \ mansearch.h.html \ mdoc.h.html |