mandocdb allows semantic search with apropos(1) and whatis(1)
Details
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage
Event Timeline
Makefile.inc1 | ||
---|---|---|
1402 | This location seems a bit arbitrary. Why not just put it in at the same line to reduce the diff? | |
1820–1821 | 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 | ||
3 | "Use "... "the"? | |
6 | ... instead of what version? I thought MANDOCDB just built manioc with sqlite3 support..? | |
usr.bin/mandoc/Makefile | ||
12–19 | Seems like the old behavior of hard linking manioc.1 -> mdocml.1 be preserved? |
Makefile.inc1 | ||
---|---|---|
1402 | Ok I'll change that before committing | |
1820–1821 | 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 | ||
6 | mandoc is always built with sqlite3 support |