]> git.codecow.com Git - Monocypher.git/commitdiff
No need to run mandb after installing the man pages
authorLoup Vaillant <loup@loup-vaillant.fr>
Sat, 23 Sep 2017 10:10:54 +0000 (12:10 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sat, 23 Sep 2017 10:10:54 +0000 (12:10 +0200)
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

index 43877bc4f0fa46ffab5e02c0b52c596286b2260a..9e79ac5a8e9dfd2c68c94a66117ea4ce3ddf1ee7 100644 (file)
--- 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