]> arthur.barton.de Git - ngircd-alex.git/blobdiff - Makefile.am
Restructured debian packaging system: now there are two packages, a "standard"
[ngircd-alex.git] / Makefile.am
index 195bbe6f5d2a6d11329441194c3b4ffff9f400be..66ea2919831297e3c117850f1048323b8a07b8b4 100644 (file)
@@ -8,7 +8,7 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: Makefile.am,v 1.13 2003/12/31 17:20:11 alex Exp $
+# $Id: Makefile.am,v 1.14 2004/01/01 22:24:48 alex Exp $
 #
 
 AUTOMAKE_OPTIONS = gnu
 #
 
 AUTOMAKE_OPTIONS = gnu
@@ -19,7 +19,7 @@ maintainer-clean-local:
        rm -rf autom4te.cache
        rm -f Makefile.in Makefile aclocal.m4 configure
        rm -f mkinstalldirs missing depcomp install-sh
        rm -rf autom4te.cache
        rm -f Makefile.in Makefile aclocal.m4 configure
        rm -f mkinstalldirs missing depcomp install-sh
-       rm -f config.log build-stamp
+       rm -f config.log build-stamp* debian
 
 lint:
        make -C src/ngircd lint
 
 lint:
        make -C src/ngircd lint
@@ -28,6 +28,7 @@ rpm: distcheck
        rpm -ta ngircd-*.tar.gz
 
 deb:
        rpm -ta ngircd-*.tar.gz
 
 deb:
+       [ -f debian/rules ] || ln -s contrib/Debian debian
        dpkg-buildpackage -rfakeroot
 
 # -eof-
        dpkg-buildpackage -rfakeroot
 
 # -eof-