Make the manpage before installing
This commit is contained in:
parent
f824d3f3e2
commit
cd6b5925f1
2
Makefile
2
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"
|
||||
|
Loading…
Reference in New Issue
Block a user