mirror of
https://tildegit.org/envs/pb.git
synced 2025-04-05 23:05:51 +00:00
Merge branch 'master' of tildeverse.org:tomasino/pb
* 'master' of tildeverse.org:tomasino/pb: mkdir needed the man1 subfolder in make
This commit is contained in:
commit
f3f5e6e8c8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ install:
|
|||
@cp -f pb $(BINDIR)/pb
|
||||
@chmod 755 $(BINDIR)/pb
|
||||
@echo Installing the manual page to $(MANDIR)/man1
|
||||
@mkdir -p $(MANDIR)
|
||||
@mkdir -p $(MANDIR)/man1
|
||||
@cp -f pb.1 $(MANDIR)/man1/pb.1
|
||||
@chmod 644 $(MANDIR)/man1/pb.1
|
||||
ifdef CPLDIR
|
||||
|
|
Loading…
Add table
Reference in a new issue