X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=Makefile.am;h=b728138ccafa586839b52e4e1138428ec3fe2c79;hp=d6d173431919ce5fe4571000e4edf717eccc865f;hb=0cd3bbc169fe8d5a35d6d61555668244b4d04067;hpb=3e7a3b4e5759d63285d8795435b2ceedaf63b216 diff --git a/Makefile.am b/Makefile.am index d6d1734..b728138 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,10 +24,9 @@ # PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.b +# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -SUBDIRS= src man -#po +SUBDIRS= src man po if BUILD_TESTS SUBDIRS += tests @@ -40,16 +39,25 @@ endif EXTRA_DIST= \ mkinstalldirs \ autogen.sh \ + NEWS \ + ChangeLog \ COPYING \ + HACKING \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ debian/changelog \ debian/copyright \ - debian/rules \ - debian/modest.links + debian/rules 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)