commit 7b69bc2ae80f43bb6ed823760c01132be83fa2b9 from: Alexander Barton date: Thu Nov 13 22:17:32 2008 UTC 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 commit - 7ad167f4c43948f19125123a27dbe68a93e863b8 commit + 7b69bc2ae80f43bb6ed823760c01132be83fa2b9 blob - 151f4058b75624a7aa0be8023eda8ff461409e37 blob + f3d02a5e33aeed566af9e0c690584f79adcccbce --- contrib/Debian/Makefile.am +++ 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 blob - 2f1d141c8fc130073946c9528b90b31bc2c0b7a1 blob + abd799c58c00a36b6d1f1488287fdb23d1a6ec5a --- contrib/MacOSX/Makefile.am +++ 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 . blob - e1f51c2b71624a39e3a624d19f05e14249df7f4f blob + 2125c100569e45391e705878539351f0f7c01ed4 --- contrib/Makefile.am +++ 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. +# 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. # -# $Id: Makefile.am,v 1.4 2004/04/28 12:18:02 alex Exp $ -# 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 blob - 8ff2723be7ecf860b12a17ef98ccc67f16046d38 blob + 0eaa80d7086d5224970174a09c8f210e778c783d --- doc/src/Makefile.am +++ 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,9 +8,9 @@ # (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 blob - 125cc31a8e34fdde6043b3ced4095562472f6488 blob + a57ea4959803aa160013f5f9c56020d8f0eab8a8 --- src/portab/Makefile.am +++ 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