summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 37fcae0..8bab82d 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,8 @@ clean:
install: all
@install -d $(BIN)
@install multicat ingests aggregartp desaggregartp offsets $(BIN)
+ @install multicat.1 ingests.1 aggregartp.1 desaggregartp.1 offsets.1 $(MAN)
uninstall:
@rm $(BIN)/multicat $(BIN)/ingests $(BIN)/aggregartp $(BIN)/desaggregartp $(BIN)/offsets
+ @rm $(MAN)/multicat.1 $(MAN)/ingests.1 $(MAN)/aggregartp.1 $(MAN)/desaggregartp.1 $(MAN)/offsets.1