1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-18 14:44:48 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)