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:
James Tomasino 2018-08-15 20:47:40 -04:00
commit f3f5e6e8c8
1 changed files with 1 additions and 1 deletions

View File

@ -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