X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=Makefile.am;h=b728138ccafa586839b52e4e1138428ec3fe2c79;hp=8192af17fd079bd216833c3aaea5c6508919ac09;hb=06546fe50ce8a03df5fe73027873467aa21e6244;hpb=770e45ac80e85c9db12097c53981563def3b1411 diff --git a/Makefile.am b/Makefile.am index 8192af1..b728138 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -SUBDIRS= src libmodest-dbus-client man +SUBDIRS= src man po if BUILD_TESTS SUBDIRS += tests @@ -39,7 +39,10 @@ endif EXTRA_DIST= \ mkinstalldirs \ autogen.sh \ + NEWS \ + ChangeLog \ COPYING \ + HACKING \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ @@ -51,3 +54,10 @@ DISTCLEANFILES = \ intltool-extract.in \ intltool-merge.in \ intltool-update.in + +# we install the NEWS file, so we can give +# a nice release note dialog when updating +# (using the postinst thingie in debian/ +NEWS_FILE=NEWS +newsdir=$(datadir)/modest/data +news_DATA = $(NEWS_FILE)