diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | Makefile.am | 10 |
2 files changed, 12 insertions, 6 deletions
@@ -1,4 +1,10 @@ -2007-06-21 Marcus Hüwe <suse-tux@gmx.de> +2007-07-03 Thomas Arendsen Hein <thomas@intevation.de> + + * Makefile.am: Include both, .po and .mo files, as the build process + is not yet capable of generating .mo files for the binary RPM. + See kolab/issue1797 (kolab-webadmin source package missing PO files) + +2007-06-21 Marcus Hüwe <suse-tux@gmx.de> * Makefile.am: diff --git a/Makefile.am b/Makefile.am index 1a634cf..d92043a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -183,11 +183,11 @@ phplocalenldir = $(localedir)/nl/LC_MESSAGES phplocaleitdir = $(localedir)/it/LC_MESSAGES phplocaleesdir = $(localedir)/es/LC_MESSAGES -dist_phplocalede_DATA = $(PHP_LOCALE_DE_PO) -dist_phplocalefr_DATA = $(PHP_LOCALE_FR_PO) -dist_phplocalenl_DATA = $(PHP_LOCALE_NL_PO) -dist_phplocaleit_DATA = $(PHP_LOCALE_IT_PO) -dist_phplocalees_DATA = $(PHP_LOCALE_ES_PO) +dist_phplocalede_DATA = $(PHP_LOCALE_DE_PO) $(PHP_LOCALE_DE_MO) +dist_phplocalefr_DATA = $(PHP_LOCALE_FR_PO) $(PHP_LOCALE_FR_MO) +dist_phplocalenl_DATA = $(PHP_LOCALE_NL_PO) $(PHP_LOCALE_NL_MO) +dist_phplocaleit_DATA = $(PHP_LOCALE_IT_PO) $(PHP_LOCALE_IT_MO) +dist_phplocalees_DATA = $(PHP_LOCALE_ES_PO) $(PHP_LOCALE_ES_MO) kwadocdir = $(pkgdocdir)/@PACKAGE@ dist_kwadoc_DATA = ChangeLog \ |