mkdir needed the man1 subfolder in make

This commit is contained in:
James Tomasino 2018-08-15 08:18:57 -04:00
parent b806df7050
commit 440795b85f
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