SUBDIRS = ac libsylph src icons dbusdir=$(prefix)/share/dbus-1/services dbus_DATA=com.nokia.sylpheed.service appsdir=$(datadir)/applications/hildon apps_DATA=sylpheed.desktop EXTRA_DIST = config.rpath \ ChangeLog-1.0 \ NEWS-1.0 \ NEWS-2.0 \ LICENSE \ sylpheed.desktop \ com.nokia.sylpheed.service \ debian/sylpheed.links \ debian/changelog \ debian/compat \ debian/copyright \ debian/control \ debian/rules \ debian/docs \ sylpheed.spec \ sylpheed.spec.in \ sylpheed.png \ sylpheed-128x128.png \ sylpheed-64x64.png \ autogen.sh \ makewin32.sh \ mime.types \ sylpheed-mailto-protocol.reg BZIP2_ENV = release: distdir -chmod -R a+r $(distdir) GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) rm -f $(distdir)/sylpheed.spec sed '/^Source:/s/\.tar\.gz$$/\.tar\.bz2/' sylpheed.spec \ > $(distdir)/sylpheed.spec BZIP2=$(BZIP2_ENV) $(TAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir) -rm -rf $(distdir) ACLOCAL_AMFLAGS = -I m4 deb: release -mkdir $(top_builddir)/debian-build cd $(top_builddir)/debian-build && tar zxf ../$(top_builddir)/$(PACKAGE)-$(VERSION).tar.gz cd $(top_builddir)/debian-build/$(PACKAGE)-$(VERSION) && dpkg-buildpackage -rfakeroot -rm -rf $(top_builddir)/debian-build/$(PACKAGE)-$(VERSION)