diff options
| author | Alexander Barton <alex@barton.de> | 2008-11-13 23:17:32 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2008-11-13 23:17:32 +0100 |
| commit | 7b69bc2ae80f43bb6ed823760c01132be83fa2b9 (patch) | |
| tree | f6f23486fe41701f9bab2fa9f5c51c2be8bb2f95 /contrib/Makefile.am | |
| parent | 7ad167f4c43948f19125123a27dbe68a93e863b8 (diff) | |
| download | ngircd-7b69bc2ae80f43bb6ed823760c01132be83fa2b9.tar.gz ngircd-7b69bc2ae80f43bb6ed823760c01132be83fa2b9.zip | |
Added some missing files of GIT tree to distribution archives
The following bits and bytes were not included in distribution archives: - contrib: ngindent, ngircd.sh - contrib/Debian: ngircd.postinst - contrib/MacOSX: preinstall.sh, postinstall.sh - doc/src: Doxyfile, header.inc.html, footer.inc.html, ngircd-doc.css - src/portab: splint.h
Diffstat (limited to 'contrib/Makefile.am')
| -rw-r--r-- | contrib/Makefile.am | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index e1f51c2b..2125c100 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,20 +1,17 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2004 Alexander Barton <alex@barton.de> +# Copyright (c)2001-2008 Alexander Barton (alex@barton.de) # -# Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen -# der GNU General Public License (GPL), wie von der Free Software Foundation -# herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 -# der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. -# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste -# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. -# -# $Id: Makefile.am,v 1.4 2004/04/28 12:18:02 alex Exp $ +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# Please read the file COPYING, README and AUTHORS for more information. # SUBDIRS = Debian MacOSX -EXTRA_DIST = README ngircd.spec systrace.policy +EXTRA_DIST = README ngircd.spec systrace.policy ngindent ngircd.sh maintainer-clean-local: rm -f Makefile Makefile.in |