From 2c53d1389084c14087cee19ed3c56d8b17c754d3 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sat, 23 Sep 2017 12:10:54 +0200 Subject: [PATCH] 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. --- makefile | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.3