1# Makefile.am for SASL documentation
2# Rob Earhart
3# $Id: Makefile.am,v 1.6 2006/01/20 20:15:07 snsimon Exp $
4#
5################################################################
6# Copyright (c) 2000 Carnegie Mellon University.  All rights reserved.
7#
8# Redistribution and use in source and binary forms, with or without
9# modification, are permitted provided that the following conditions
10# are met:
11#
12# 1. Redistributions of source code must retain the above copyright
13#    notice, this list of conditions and the following disclaimer. 
14#
15# 2. Redistributions in binary form must reproduce the above copyright
16#    notice, this list of conditions and the following disclaimer in
17#    the documentation and/or other materials provided with the
18#    distribution.
19#
20# 3. The name "Carnegie Mellon University" must not be used to
21#    endorse or promote products derived from this software without
22#    prior written permission. For permission or any other legal
23#    details, please contact  
24#      Office of Technology Transfer
25#      Carnegie Mellon University
26#      5000 Forbes Avenue
27#      Pittsburgh, PA  15213-3890
28#      (412) 268-4387, fax: (412) 268-7395
29#      tech-transfer@andrew.cmu.edu
30#
31# 4. Redistributions of any form whatsoever must retain the following
32#    acknowledgment:
33#    "This product includes software developed by Computing Services
34#     at Carnegie Mellon University (http://www.cmu.edu/computing/)."
35#
36# CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
37# THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
38# AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
39# FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
40# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
41# AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
42# OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
43#
44################################################################
45
46EXTRA_DIST =	rfc1321.txt \
47		rfc1939.txt \
48		rfc2104.txt \
49		rfc2195.txt \
50		rfc2222.txt \
51		rfc2243.txt \
52		rfc2245.txt \
53		rfc2289.txt \
54		rfc2444.txt \
55		rfc2595.txt \
56		rfc2831.txt \
57		rfc2945.txt \
58		rfc3174.txt \
59		testing.txt \
60		server-plugin-flow.fig \
61		draft-burdis-cat-srp-sasl-xx.txt \
62		draft-ietf-sasl-anon-xx.txt \
63		draft-ietf-sasl-crammd5-xx.txt \
64		draft-ietf-sasl-gssapi-xx.txt \
65		draft-ietf-sasl-plain-xx.txt \
66		draft-ietf-sasl-rfc2222bis-xx.txt \
67		draft-ietf-sasl-rfc2831bis-xx.txt \
68		draft-ietf-sasl-saslprep-xx.txt \
69		draft-murchison-sasl-login-xx.txt \
70		draft-newman-sasl-c-api-xx.txt \
71		draft-newman-sasl-passdss-xx.txt \
72		programming.html \
73		sysadmin.html \
74		gssapi.html \
75		advanced.html \
76		options.html \
77		plugprog.html \
78		appconvert.html \
79		macosx.html \
80		windows.html \
81		readme.html \
82		mechanisms.html \
83		upgrading.html \
84		index.html \
85		components.html \
86		install.html \
87		TODO \
88		ONEWS \
89		NTMakefile
90