X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=5e41fd8c237b2bde94a8142f2bec648047b876a8;hb=42e8063a326d086be265145cb34ecff6061be563;hp=2e5de8db3a5449db4049a0dc7e764003051676f6;hpb=6e03626eed3a68de359cb80a36ed0ad5332d93fb;p=ngircd-alex.git diff --git a/Makefile.am b/Makefile.am index 2e5de8db..5e41fd8c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,18 +8,21 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: Makefile.am,v 1.11 2003/07/09 21:16:33 alex Exp $ +# $Id: Makefile.am,v 1.15 2004/05/11 00:32:31 alex Exp $ # AUTOMAKE_OPTIONS = gnu -SUBDIRS = doc MacOSX src man contrib debian +SUBDIRS = doc src man contrib + +clean-local: + rm -f build-stamp* maintainer-clean-local: rm -rf autom4te.cache rm -f Makefile.in Makefile aclocal.m4 configure rm -f mkinstalldirs missing depcomp install-sh - rm -f config.log + rm -f config.log debian lint: make -C src/ngircd lint @@ -28,6 +31,7 @@ rpm: distcheck rpm -ta ngircd-*.tar.gz deb: + [ -f debian/rules ] || ln -s contrib/Debian debian dpkg-buildpackage -rfakeroot # -eof-