From d802095f5a2f5439ba8eb51cac59561bb0b39601 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 7 Mar 2006 20:50:11 +0000 Subject: [PATCH] Add po/gnucash.pot to EXTRA_DIST because the translation template is needed in the tarball for translators. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13520 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 5 +++++ Makefile.am | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 784759d9e0..dd24fbf1b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-07 Christian Stimming + + * Makefile.am: Add po/gnucash.pot to EXTRA_DIST because the + translation template is needed in the tarball for translators. + 2006-03-07 Andreas Köhler * src/gnome/gnc-plugin-page-register.c: Disable sensitivity of diff --git a/Makefile.am b/Makefile.am index 325b273f8a..7c9d893499 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,6 +50,7 @@ EXTRA_DIST = \ macros/g-wrap.m4 \ macros/gnome-guile-checks.m4 \ macros/legacy_macros.m4 \ + po/gnucash.pot \ po/POTFILES.in \ po/POTFILES.skip \ po/README \