From bed89b3579ce13656ad357bf6c184f0a7a96ba65 Mon Sep 17 00:00:00 2001 From: Ole Tange Date: Wed, 16 Apr 2014 12:24:35 +0200 Subject: [PATCH] Makefile: install creates missing dirs --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 49da07e..8dba773 100644 --- a/Makefile +++ b/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