From 79bbe8a2f9f281a8164e8737e438006ce00c253c Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 14 Oct 2010 19:54:07 +0200 Subject: Create man dir on make install --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8bab82d..74e9c8e 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ clean: install: all @install -d $(BIN) + @install -d $(MAN) @install multicat ingests aggregartp desaggregartp offsets $(BIN) @install multicat.1 ingests.1 aggregartp.1 desaggregartp.1 offsets.1 $(MAN) -- cgit v1.2.3