getdnsapi / stubby

Stubby is the name given to a mode of using getdns which enables it to act as a local DNS Privacy stub resolver (using DNS-over-TLS).
https://dnsprivacy.org/dns_privacy_daemon_-_stubby/
BSD 3-Clause "New" or "Revised" License
1.2k stars 99 forks source link

Install documentation under the standard CMake directories #348

Open chrisnovakovic opened 1 year ago

chrisnovakovic commented 1 year ago

Not all Linux and BSD OSes install user documentation and man pages beneath /usr/share - use the standard CMAKE_INSTALL_DOCDIR and CMAKE_INSTALL_MANDIR variables to decide where they should be installed rather than hardcoding share/ as the prefix.