From a9574b692f8e0ddc7373ab2678a2da34ad9f133c Mon Sep 17 00:00:00 2001 From: Tim Sedlmeyer Date: Mon, 18 Feb 2019 18:29:35 -0500 Subject: [PATCH] Don't call mandb during install mandb is used on many but not all linux distributions and infrequently outside of linux to maintain the man page index files, so it should not be called as part of the install process. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index ade74e1e..dfd42c62 100644 --- a/Makefile +++ b/Makefile @@ -226,7 +226,6 @@ install: $(JANET_TARGET) cp tools/highlight.janet $(JANET_PATH) mkdir -p $(MANPATH) cp janet.1 $(MANPATH) - mandb uninstall: -rm $(BINDIR)/../$(JANET_TARGET)