From ab2abee1fe6d2cbe0ae22c712a9500191148150b Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 1 Oct 2002 09:57:08 +0000 Subject: - neues Verzeichnis "contrib" angelegt. --- Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7f584769..08388b89 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,12 +9,12 @@ # 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.9 2002/03/31 20:23:06 alex Exp $ +# $Id: Makefile.am,v 1.10 2002/10/01 09:57:08 alex Exp $ # AUTOMAKE_OPTIONS = gnu -SUBDIRS = doc MacOSX src man +SUBDIRS = doc MacOSX src man contrib maintainer-clean-local: rm -rf autom4te.cache @@ -25,4 +25,7 @@ maintainer-clean-local: lint: make -C src/ngircd lint +rpm: distcheck + rpm -ta ngircd-*.tar.gz + # -eof- -- cgit 1.4.1