From: Alexander Barton Date: Thu, 13 Nov 2008 22:17:32 +0000 (+0100) Subject: Added some missing files of GIT tree to distribution archives X-Git-Tag: rel-13-rc1~10 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=7b69bc2ae80f43bb6ed823760c01132be83fa2b9 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 --- diff --git a/contrib/Debian/Makefile.am b/contrib/Debian/Makefile.am index 151f4058..f3d02a5e 100644 --- a/contrib/Debian/Makefile.am +++ b/contrib/Debian/Makefile.am @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2003 by Alexander Barton (alex@barton.de) +# Copyright (c)2001-2008 Alexander Barton (alex@barton.de) # # 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 @@ -8,11 +8,9 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: Makefile.am,v 1.4 2004/05/11 00:32:31 alex Exp $ -# EXTRA_DIST = rules changelog compat control copyright \ - ngircd.init ngircd.postinst + ngircd.init ngircd.default ngircd.postinst maintainer-clean-local: rm -f Makefile Makefile.in diff --git a/contrib/MacOSX/Makefile.am b/contrib/MacOSX/Makefile.am index 2f1d141c..abd799c5 100644 --- a/contrib/MacOSX/Makefile.am +++ b/contrib/MacOSX/Makefile.am @@ -11,7 +11,7 @@ SUBDIRS = ngIRCd.xcodeproj ngIRCd.pmdoc -EXTRA_DIST = de.barton.ngircd.plist.tmpl config.h +EXTRA_DIST = de.barton.ngircd.plist.tmpl config.h preinstall.sh postinstall.sh SUFFIXES = .tmpl . 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 +# 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 diff --git a/doc/src/Makefile.am b/doc/src/Makefile.am index 8ff2723b..0eaa80d7 100644 --- a/doc/src/Makefile.am +++ b/doc/src/Makefile.am @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2006 Alexander Barton (alex@barton.de) +# Copyright (c)2001-2008 Alexander Barton (alex@barton.de) # # 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 @@ -8,8 +8,8 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: Makefile.am,v 1.3 2006/12/28 14:04:28 alex Exp $ -# + +EXTRA_DIST = Doxyfile header.inc.html footer.inc.html ngircd-doc.css maintainer-clean-local: rm -f Makefile Makefile.in diff --git a/src/portab/Makefile.am b/src/portab/Makefile.am index 125cc31a..a57ea495 100644 --- a/src/portab/Makefile.am +++ b/src/portab/Makefile.am @@ -24,7 +24,7 @@ portabtest_LDFLAGS = -L. portabtest_LDADD = -lngportab -noinst_HEADERS = imp.h exp.h portab.h +noinst_HEADERS = imp.h exp.h portab.h splint.h maintainer-clean-local: rm -f Makefile Makefile.in