From 3b662e44c205c95e27fffa92a036ef979ad76d5d Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Wed, 9 Jan 2008 16:38:04 +0000 Subject: [PATCH] * install the NEWS file in $datadir/modest/data, so we can use it for displaying release notes in the public modest * add /usr/local/modest/data/* to the chinook install file pmo-trunk-r4004 --- Makefile.am | 10 ++++++++++ debian/modest.install.maemo-chinook | 1 + 2 files changed, 11 insertions(+) diff --git a/Makefile.am b/Makefile.am index 783cd98..598ac9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,7 +43,10 @@ endif EXTRA_DIST= \ mkinstalldirs \ autogen.sh \ + NEWS \ + ChangeLog \ COPYING \ + HACKING \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ @@ -55,3 +58,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) \ No newline at end of file diff --git a/debian/modest.install.maemo-chinook b/debian/modest.install.maemo-chinook index b1335aa..280a0fe 100644 --- a/debian/modest.install.maemo-chinook +++ b/debian/modest.install.maemo-chinook @@ -5,6 +5,7 @@ usr/share/applications/hildon/* usr/share/doc/modest/* usr/share/mime/packages/* usr/share/locale/en_GB/LC_MESSAGES/* +usr/share/modest/data/* usr/share/modest/ui/* usr/share/modest/provider-data/* usr/share/pixmaps/modest/* -- 1.7.9.5