From: Loup Vaillant Date: Sat, 23 Sep 2017 10:10:54 +0000 (+0200) Subject: No need to run mandb after installing the man pages X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=2c53d1389084c14087cee19ed3c56d8b17c754d3;p=Monocypher.git No need to run mandb after installing the man pages 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. --- diff --git a/makefile b/makefile index 43877bc..9e79ac5 100644 --- a/makefile +++ b/makefile @@ -46,7 +46,6 @@ install: library src/monocypher.h @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