X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=Makefile.am;h=08388b894f17d9cca03e900b2f8b8b6258cc01a6;hp=7f58476946566be5b290f8f46fe9de0c2e04d271;hb=ab2abee1fe6d2cbe0ae22c712a9500191148150b;hpb=69b05aca38b52fe4a5165658b210a66fb026d4bf 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-