mandocdb allows semantic search with apropos(1) and whatis(1)
Details
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Makefile.inc1 | ||
---|---|---|
1402 ↗ | (On Diff #5520) | This location seems a bit arbitrary. Why not just put it in at the same line to reduce the diff? |
1820–1821 ↗ | (On Diff #5520) | I don't think this does anything... it should only do something if the directory was built via make libraries and required by something else. However, if you're moving it around as a cleanup commit, please do this separately. |
tools/build/options/WITHOUT_MANDOCDB | ||
2 ↗ | (On Diff #5520) | "Use "... "the"? |
5 ↗ | (On Diff #5520) | ... instead of what version? I thought MANDOCDB just built manioc with sqlite3 support..? |
usr.bin/mandoc/Makefile | ||
12 ↗ | (On Diff #5520) | Seems like the old behavior of hard linking manioc.1 -> mdocml.1 be preserved? |
Makefile.inc1 | ||
---|---|---|
1402 ↗ | (On Diff #5520) | Ok I'll change that before committing |
1820–1821 ↗ | (On Diff #5520) | Now 2 options can require libsqlite3: WITH_MANDOC and WITH_KERBEROS so the dependency chain cannot be only defined for WITH_KERBEROS |
tools/build/options/WITHOUT_MANDOCDB | ||
5 ↗ | (On Diff #5520) | mandoc is always built with sqlite3 support |