summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2010-10-14 19:54:07 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2010-10-14 19:54:07 +0200
commit79bbe8a2f9f281a8164e8737e438006ce00c253c (patch)
treee3fec03d371f1d77badd257917fef00fc83e3b50
parente7783f4eb52872c6c575db999c1b8d25dd5ced70 (diff)
downloadmulticat-79bbe8a2f9f281a8164e8737e438006ce00c253c.tar
multicat-79bbe8a2f9f281a8164e8737e438006ce00c253c.zip
Create man dir on make install
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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)