diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-12-09 07:29:42 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-12-09 07:29:42 +0000 |
commit | 2ff1f9b803f8b8b207c1186c94b6eabd5f9c6865 (patch) | |
tree | 2a0bfa9ff020e83ee1bd3e2657b10ed841daaefc /mandocdb.c | |
parent | 34905ea59644683368f5f16813c8f450fcd69d86 (diff) | |
download | mandoc-2ff1f9b803f8b8b207c1186c94b6eabd5f9c6865.tar.gz |
Integrate the makewhatis binary into the mandoc binary
just like we do it on OpenBSD. Smaller and neater.
While here, let ./configure set INSTALL_TARGETS.
Diffstat (limited to 'mandocdb.c')
-rw-r--r-- | mandocdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -336,7 +336,7 @@ static const struct mdoc_handler mdocs[MDOC_MAX] = { int -main(int argc, char *argv[]) +mandocdb(int argc, char *argv[]) { int ch, i; size_t j, sz; |