1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-09 04:52:28 +00:00

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.
This commit is contained in:
Tim Sedlmeyer
2019-02-18 18:29:35 -05:00
committed by GitHub
parent 8d9a88e759
commit a9574b692f

View File

@@ -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)