1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-27 15:43:17 +00:00

Merge pull request #46 from tssva/remove_mandb

Don't call mandb during install
This commit is contained in:
Calvin Rose 2019-02-18 19:01:22 -05:00 committed by GitHub
commit 9480ad24cc
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)