Blame
Date:
Fri Jan 1 19:07:47 2021 UTC
Message:
Update NEWS and ChangeLog files
01
2002-03-31
alex
#
02
2002-03-31
alex
# ngIRCd -- The Next Generation IRC Daemon
03
2012-12-25
alex
# Copyright (c)2001-2012 Alexander Barton (alex@barton.de) and Contributors
04
2002-03-31
alex
#
05
2012-12-25
alex
# This program is free software; you can redistribute it and/or modify
06
2012-12-25
alex
# it under the terms of the GNU General Public License as published by
07
2012-12-25
alex
# the Free Software Foundation; either version 2 of the License, or
08
2012-12-25
alex
# (at your option) any later version.
09
2012-12-25
alex
# Please read the file COPYING, README and AUTHORS for more information.
10
2002-03-31
alex
#
11
2002-03-31
alex
12
2006-12-25
alex
TEMPLATE_MANS = ngircd.conf.5.tmpl ngircd.8.tmpl
13
2006-12-25
alex
14
2006-12-25
alex
SUFFIXES = .tmpl .
15
2006-12-25
alex
16
2006-12-25
alex
.tmpl:
17
2012-09-16
alex
$(AM_V_GEN)sed \
18
2012-12-25
alex
-e "s@:SBINDIR:@${sbindir}@" \
19
2012-12-25
alex
-e "s@:BINDIR:@${bindir}@" \
20
2012-12-25
alex
-e "s@:ETCDIR:@${sysconfdir}@" \
21
2006-12-25
alex
<$< >$@
22
2006-12-25
alex
23
2002-03-31
alex
man_MANS = ngircd.conf.5 ngircd.8
24
2002-03-31
alex
25
2006-12-25
alex
CLEANFILES = $(man_MANS)
26
2002-04-04
alex
27
2006-12-25
alex
EXTRA_DIST = $(TEMPLATE_MANS)
28
2006-12-25
alex
29
2002-03-31
alex
maintainer-clean-local:
30
2002-03-31
alex
rm -f Makefile Makefile.in
31
2002-03-31
alex
32
2002-03-31
alex
# -eof-
IRCNow