~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to doc/manpage/Makefile.am

  • Committer: mhalcrow@us.ibm.com
  • Date: 2007-11-06 22:56:01 UTC
  • Revision ID: git-v1:f8357de9d554b274497b5cce9db4347254b7e7eb
Initial import of eCryptfs filesystem userspace utilities (mount helper, daemon component,
etc.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (C) 2006 Trevor Highland <trevor.highland@gmail.com>
 
2
#
 
3
# This file is free software; as a special exception the author gives
 
4
# unlimited permission to copy and/or distribute it, with or without
 
5
# modifications, as long as this notice is preserved.
 
6
#
 
7
# This program is distributed in the hope that it will be useful, but
 
8
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 
9
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
10
 
 
11
EXTRA_DIST=ecryptfs.pod
 
12
 
 
13
man_MANS = ecryptfs.7
 
14
dist_man_MANS = \
 
15
        ecryptfs-manager.8 \
 
16
        mount.ecryptfs.8 \
 
17
        ecryptfsd.8
 
18
 
 
19
ecryptfs.7: ecryptfs.pod 
 
20
        $(POD2MAN)                                      \
 
21
        --center="eCryptfs" --section=7                 \
 
22
        --release=$(PACKAGE_VERSION) ecryptfs.pod > ecryptfs.7
 
23
 
 
24
local-clean:
 
25
        -rm -fr ecryptfs.7