diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2010-10-14 19:54:07 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2010-10-14 19:54:07 +0200 |
commit | 79bbe8a2f9f281a8164e8737e438006ce00c253c (patch) | |
tree | e3fec03d371f1d77badd257917fef00fc83e3b50 /Makefile | |
parent | e7783f4eb52872c6c575db999c1b8d25dd5ced70 (diff) | |
download | multicat-79bbe8a2f9f281a8164e8737e438006ce00c253c.tar multicat-79bbe8a2f9f281a8164e8737e438006ce00c253c.zip |
Create man dir on make install
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |