diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-05-19 22:03:34 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-05-19 22:03:34 -0700 |
| commit | cd6b5925f109993d5c9c2afbbabb86c24791b17b (patch) | |
| tree | 39a741cd0d09af485748ddbab2288f6f8c739f4d | |
| parent | f824d3f3e2e3d3f1d441b94e18d7991ff523cef8 (diff) | |
Make the manpage before installing
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
