summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2012-01-04 01:02:43 +0000
committererdgeist <erdgeist@erdgeist.org>2012-01-04 01:02:43 +0000
commite03bda252eb148ea57324c0d0270c28c992d9d05 (patch)
treeed0221696447f645df533000e05ad2a808aceb41
parent58f831166ff44c47d3f93c82fce213fbd2439665 (diff)
Create new manpage directory for man7
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 95bc86b..f9cf0b1 100755
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ PREFIX?=/usr/local
7all: 7all:
8 8
9install: 9install:
10 mkdir -p ${PREFIX}/etc/ezjail/ ${PREFIX}/man/man1/ ${PREFIX}/man/man5/ ${PREFIX}/man/man8 ${PREFIX}/etc/rc.d/ ${PREFIX}/bin/ ${PREFIX}/share/examples/ezjail ${PREFIX}/share/zsh/site-functions 10 mkdir -p ${PREFIX}/etc/ezjail/ ${PREFIX}/man/man1/ ${PREFIX}/man/man5/ ${PREFIX}/man/man7 ${PREFIX}/man/man8 ${PREFIX}/etc/rc.d/ ${PREFIX}/bin/ ${PREFIX}/share/examples/ezjail ${PREFIX}/share/zsh/site-functions
11 cp -p ezjail.conf.sample ${PREFIX}/etc/ 11 cp -p ezjail.conf.sample ${PREFIX}/etc/
12 cp -R -p examples/example ${PREFIX}/share/examples/ezjail/ 12 cp -R -p examples/example ${PREFIX}/share/examples/ezjail/
13 cp -R -p examples/nullmailer-example ${PREFIX}/share/examples/ezjail/ 13 cp -R -p examples/nullmailer-example ${PREFIX}/share/examples/ezjail/