From 0fbed9a95255c9a6ade511bf3c12286f4450fa90 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 12 Jan 2024 17:42:44 +0300 Subject: support FreeBSD * Instead of relying on `man -`, we call Groff directly. * Naturally, we must depend on Groff as well. * man-db is not available on FreeBSD --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8fe3880..8d51ea3 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ install : openrussian openrussian-sqlite3.db \ cp openrussian-completion.bash $(DESTDIR)$(COMPLETIONSDIR)/openrussian mkdir -p $(DESTDIR)$(PREFIX)/man/man1 cp openrussian.1 $(DESTDIR)$(PREFIX)/man/man1 - mandb + mandb || true clean: $(RM) openrussian openrussian-sqlite3.db -- cgit v1.2.3