From cd6b5925f109993d5c9c2afbbabb86c24791b17b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 19 May 2021 22:03:34 -0700 Subject: [PATCH] Make the manpage before installing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e4d0dfb..bb740e8 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ splint: # -onlytrans -usedef -nullassign -compdestroy -globstate -nullstate -statictrans -predboolint \ # $(CFILES) bp.c -install: $(NAME) +install: $(NAME) bp.1 mkdir -p -m 755 "$(PREFIX)/man/man1" "$(PREFIX)/bin" "$(SYSCONFDIR)/xdg/$(NAME)" cp -r grammars/* "$(SYSCONFDIR)/xdg/$(NAME)/" cp bp.1 "$(PREFIX)/man/man1/$(NAME).1"