Turns out users don't need to run that program to read freshly
installed man pages. Plus, that program doesn't seem to exist outside
of GNU systems.
The mandb program just refreshes a cache. Users can read the freshly
installed man pages without running it.
@echo 'Cflags: -I$${includedir}' >> /$(PKGCONFIG)/monocypher.pc
mkdir -p $(MAN_DIR)
cp -r doc/man/man3/* $(MAN_DIR)
- mandb
library: static-library dynamic-library
static-library : lib/libmonocypher.a