diff options
author | erdgeist <erdgeist@erdgeist.org> | 2012-01-04 01:01:08 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2012-01-04 01:01:08 +0000 |
commit | 58f831166ff44c47d3f93c82fce213fbd2439665 (patch) | |
tree | 65c04eb86ff84067bf626ec763095e394e7660a3 /Makefile | |
parent | e9fa188e70bf17f04ef48d756281e83bd47e53d8 (diff) |
Create new manpage directory for man8
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ PREFIX?=/usr/local | |||
7 | all: | 7 | all: |
8 | 8 | ||
9 | install: | 9 | install: |
10 | mkdir -p ${PREFIX}/etc/ezjail/ ${PREFIX}/man/man1/ ${PREFIX}/man/man5/ ${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/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/ |