Module: ngircd.git Branch: master Commit: 678d5411e23b3361ef32617f520d051109de8eef URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=678d5411e... Author: Florian Westphal <fw@strlen.de> Date: Sun Nov 14 23:15:43 2010 +0100 add doc/PAM.txt to distribution tarball doc/PAM.txt was not included in the release tarball. reported by Christoph Biedl. --- doc/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 4b20e70..dc710d4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -19,7 +19,7 @@ SUFFIXES = .tmpl static_docs = FAQ.txt GIT.txt Protocol.txt Platforms.txt README-AUX.txt \ README-BeOS.txt RFC.txt Services.txt SSL.txt Zeroconf.txt \ - HowToRelease.txt + HowToRelease.txt PAM.txt doc_templates = sample-ngircd.conf.tmpl