Makefile: install creates missing dirs
This commit is contained in:
parent
b55e33f4bc
commit
bed89b3579
2
Makefile
2
Makefile
|
@ -16,5 +16,7 @@ timestamp/timestamp.1: timestamp/timestamp
|
|||
pod2man timestamp/timestamp > timestamp/timestamp.1
|
||||
|
||||
install:
|
||||
mkdir -p /usr/local/bin
|
||||
parallel ln -sf `pwd`/{}/{} /usr/local/bin/{} ::: blink reniced em field forever neno rn stdout tracefile w4it-for-port-open upsidedown histogram goodpasswd mtrr not summer timestamp transpose
|
||||
mkdir -p /usr/local/share/man/man1
|
||||
parallel ln -sf `pwd`/{} /usr/local/share/man/man1/{/} ::: */*.1
|
||||
|
|
Loading…
Reference in a new issue