mirror of
https://tildegit.org/tomasino/pb.git
synced 2024-12-23 03:25:18 +01:00
Use correct tools in makefile
This commit is contained in:
parent
243709cee7
commit
522324d1ed
8
Makefile
8
Makefile
@ -19,13 +19,9 @@ endif
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
@echo Installing the executable to $(BINDIR)
|
@echo Installing the executable to $(BINDIR)
|
||||||
@mkdir -p $(BINDIR)
|
@install -D -m 0755 pb $(BINDIR)/pb
|
||||||
@cp -f pb $(BINDIR)/pb
|
|
||||||
@chmod 755 $(BINDIR)/pb
|
|
||||||
@echo Installing the manual page to $(MANDIR)/man1
|
@echo Installing the manual page to $(MANDIR)/man1
|
||||||
@mkdir -p $(MANDIR)/man1
|
@install -D -m 0644 pb.1 $(MANDIR)/man1/pb.1
|
||||||
@cp -f pb.1 $(MANDIR)/man1/pb.1
|
|
||||||
@chmod 644 $(MANDIR)/man1/pb.1
|
|
||||||
ifeq ($(CPLDIR),)
|
ifeq ($(CPLDIR),)
|
||||||
@echo Installing the command completion to $(CPLDIR)
|
@echo Installing the command completion to $(CPLDIR)
|
||||||
@mkdir -p $(CPLDIR)
|
@mkdir -p $(CPLDIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user