X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=Makefile.am;h=08388b894f17d9cca03e900b2f8b8b6258cc01a6;hp=007b950d2ebe16b57008de5a850cd435f57c2dc4;hb=2152e377226509a6b3c5f6cd9c8c4a88a9487091;hpb=d58fe2f1857defe98ba2d14c078d10727fe05caf diff --git a/Makefile.am b/Makefile.am index 007b950d..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.8 2002/03/25 19:39:48 alex Exp $ +# $Id: Makefile.am,v 1.10 2002/10/01 09:57:08 alex Exp $ # AUTOMAKE_OPTIONS = gnu -SUBDIRS = doc MacOSX src +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-