~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to doc/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
SUBDIRS = manpage design_doc beginners_guide
 
2
 
 
3
dist_doc_DATA =
 
4
dist_noinst_DATA =
 
5
dist_html_DATA = ecryptfs-faq.html
 
6
 
 
7
if BUILD_PAM
 
8
dist_doc_DATA += ecryptfs-pam-doc.txt
 
9
else
 
10
dist_noinst_DATA += ecryptfs-pam-doc.txt
 
11
endif
 
12
 
 
13
if BUILD_PKCS11_HELPER
 
14
dist_doc_DATA += ecryptfs-pkcs11-helper-doc.txt
 
15
else
 
16
dist_noinst_DATA += ecryptfs-pkcs11-helper-doc.txt
 
17
endif