[gnumeric] po-functions: use the right textdomain in plugin.xml files.



commit c704fd1b71d8aa9e815d64f0bf319f95f4da490c
Author: Morten Welinder <terra gnome org>
Date:   Tue Dec 30 21:54:52 2014 -0500

    po-functions: use the right textdomain in plugin.xml files.
    
    We were missing the version number.  Ugh.

 NEWS                                    |    1 +
 plugins/applix/Makefile.am              |    2 +-
 plugins/dif/Makefile.am                 |    2 +-
 plugins/excel/Makefile.am               |    2 +-
 plugins/excelplugins/Makefile.am        |    2 +-
 plugins/fn-christian-date/Makefile.am   |    9 ++++++++-
 plugins/fn-christian-date/plugin.xml.in |    2 +-
 plugins/fn-complex/Makefile.am          |    9 ++++++++-
 plugins/fn-complex/plugin.xml.in        |    2 +-
 plugins/fn-database/Makefile.am         |    9 ++++++++-
 plugins/fn-database/plugin.xml.in       |    2 +-
 plugins/fn-date/Makefile.am             |    9 ++++++++-
 plugins/fn-date/plugin.xml.in           |    2 +-
 plugins/fn-derivatives/Makefile.am      |    9 ++++++++-
 plugins/fn-derivatives/plugin.xml.in    |    2 +-
 plugins/fn-eng/Makefile.am              |    9 ++++++++-
 plugins/fn-eng/plugin.xml.in            |    2 +-
 plugins/fn-erlang/Makefile.am           |    9 ++++++++-
 plugins/fn-erlang/plugin.xml.in         |    2 +-
 plugins/fn-financial/Makefile.am        |    9 ++++++++-
 plugins/fn-financial/plugin.xml.in      |    2 +-
 plugins/fn-hebrew-date/Makefile.am      |    9 ++++++++-
 plugins/fn-hebrew-date/plugin.xml.in    |    2 +-
 plugins/fn-info/Makefile.am             |    9 ++++++++-
 plugins/fn-info/plugin.xml.in           |    2 +-
 plugins/fn-logical/Makefile.am          |    9 ++++++++-
 plugins/fn-logical/plugin.xml.in        |    2 +-
 plugins/fn-lookup/Makefile.am           |    9 ++++++++-
 plugins/fn-lookup/plugin.xml.in         |    2 +-
 plugins/fn-math/Makefile.am             |    9 ++++++++-
 plugins/fn-math/plugin.xml.in           |    2 +-
 plugins/fn-numtheory/Makefile.am        |    9 ++++++++-
 plugins/fn-numtheory/plugin.xml.in      |    4 ++--
 plugins/fn-r/Makefile.am                |    9 ++++++++-
 plugins/fn-r/plugin.xml.in              |    2 +-
 plugins/fn-random/Makefile.am           |    9 ++++++++-
 plugins/fn-random/plugin.xml.in         |    2 +-
 plugins/fn-stat/Makefile.am             |    9 ++++++++-
 plugins/fn-stat/plugin.xml.in           |    2 +-
 plugins/fn-string/Makefile.am           |    9 ++++++++-
 plugins/fn-string/plugin.xml.in         |    2 +-
 plugins/fn-tsa/Makefile.am              |    9 ++++++++-
 plugins/fn-tsa/plugin.xml.in            |    2 +-
 plugins/gda/Makefile.am                 |    2 +-
 plugins/glpk/Makefile.am                |    2 +-
 plugins/gnome-db/Makefile.am            |    2 +-
 plugins/gnome-glossary/Makefile.am      |    2 +-
 plugins/guile/Makefile.am               |    2 +-
 plugins/html/Makefile.am                |    2 +-
 plugins/lotus-123/Makefile.am           |    2 +-
 plugins/lpsolve/Makefile.am             |    2 +-
 plugins/mps/Makefile.am                 |    2 +-
 plugins/nlsolve/Makefile.am             |    2 +-
 plugins/oleo/Makefile.am                |    2 +-
 plugins/openoffice/Makefile.am          |    2 +-
 plugins/paradox/Makefile.am             |    2 +-
 plugins/perl-func/Makefile.am           |    2 +-
 plugins/perl-loader/Makefile.am         |    2 +-
 plugins/plan-perfect/Makefile.am        |    2 +-
 plugins/psiconv/Makefile.am             |    2 +-
 plugins/py-func/Makefile.am             |    2 +-
 plugins/python-loader/Makefile.am       |    2 +-
 plugins/qpro/Makefile.am                |    2 +-
 plugins/sample_datasource/Makefile.am   |    2 +-
 plugins/sc/Makefile.am                  |    2 +-
 plugins/sylk/Makefile.am                |    2 +-
 plugins/uihello/Makefile.am             |    2 +-
 plugins/xbase/Makefile.am               |    2 +-
 68 files changed, 202 insertions(+), 68 deletions(-)
---
diff --git a/NEWS b/NEWS
index 491d180..8370fa1 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,7 @@ Morten:
        * Reorganize icon handling.
        * Allow removing a specific item from the history.  [#735305]
        * Fix GNM_HALIGN_DISTRIBUTED rendering.  [#726155]
+       * Restore translations of function help texts.
 
 Thomas Kluyver:
        * Fix import of extended floats from wk4 files.  [#739697]
diff --git a/plugins/applix/Makefile.am b/plugins/applix/Makefile.am
index b14006d..bfac390 100644
--- a/plugins/applix/Makefile.am
+++ b/plugins/applix/Makefile.am
@@ -15,4 +15,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/dif/Makefile.am b/plugins/dif/Makefile.am
index d86253c..d8d49b1 100644
--- a/plugins/dif/Makefile.am
+++ b/plugins/dif/Makefile.am
@@ -15,4 +15,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/excel/Makefile.am b/plugins/excel/Makefile.am
index 51a0b06..aa41bc0 100644
--- a/plugins/excel/Makefile.am
+++ b/plugins/excel/Makefile.am
@@ -86,4 +86,4 @@ EXTRA_DIST = $(xml_in_files)  \
        xlsx-read-drawing.c     \
        xlsx-write-drawing.c
 
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/excelplugins/Makefile.am b/plugins/excelplugins/Makefile.am
index c52cd31..3bc8f70 100644
--- a/plugins/excelplugins/Makefile.am
+++ b/plugins/excelplugins/Makefile.am
@@ -18,4 +18,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/fn-christian-date/Makefile.am b/plugins/fn-christian-date/Makefile.am
index ae64fee..7e9fa97 100644
--- a/plugins/fn-christian-date/Makefile.am
+++ b/plugins/fn-christian-date/Makefile.am
@@ -12,7 +12,14 @@ plugin_la_SOURCES = functions.c
 xml_in_files = plugin.xml.in
 xml_DATA = $(xml_in_files:.xml.in=.xml)
 
+pofiles = $(wildcard $(top_srcdir)/po/*.po) $(wildcard $(top_srcdir)/po-functions/*.po)
+
+plugin.xml: plugin.xml.in $(pofiles)
+       LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $  
tmp
+       @PERL@ -pi -e "s/VERSION/${VERSION}/" $  tmp
+       mv $  tmp $@
+
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/fn-christian-date/plugin.xml.in b/plugins/fn-christian-date/plugin.xml.in
index 9139f96..998d733 100644
--- a/plugins/fn-christian-date/plugin.xml.in
+++ b/plugins/fn-christian-date/plugin.xml.in
@@ -10,7 +10,7 @@
        <services>
                <service type="function_group" id="datetime">
                        <_category>Date/Time</_category>
-                       <functions textdomain="gnumeric-functions">
+                       <functions textdomain="gnumeric-VERSION-functions">
                                <function name="eastersunday"/>
                                <function name="ascensionthursday"/>
                                <function name="ashwednesday"/>
diff --git a/plugins/fn-complex/Makefile.am b/plugins/fn-complex/Makefile.am
index 3ce6c19..8868c63 100644
--- a/plugins/fn-complex/Makefile.am
+++ b/plugins/fn-complex/Makefile.am
@@ -12,7 +12,14 @@ plugin_la_SOURCES = functions.c gsl-complex.c gsl-complex.h
 xml_in_files = plugin.xml.in
 xml_DATA = $(xml_in_files:.xml.in=.xml)
 
+pofiles = $(wildcard $(top_srcdir)/po/*.po) $(wildcard $(top_srcdir)/po-functions/*.po)
+
+plugin.xml: plugin.xml.in $(pofiles)
+       LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $  
tmp
+       @PERL@ -pi -e "s/VERSION/${VERSION}/" $  tmp
+       mv $  tmp $@
+
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/fn-complex/plugin.xml.in b/plugins/fn-complex/plugin.xml.in
index acfec98..1dda500 100644
--- a/plugins/fn-complex/plugin.xml.in
+++ b/plugins/fn-complex/plugin.xml.in
@@ -10,7 +10,7 @@
        <services>
                <service type="function_group" id="complex">
                        <_category>Complex</_category>
-                       <functions textdomain="gnumeric-functions">
+                       <functions textdomain="gnumeric-VERSION-functions">
                                 <function name="complex"/>
                                 <function name="imabs"/>
                                 <function name="imaginary"/>
diff --git a/plugins/fn-database/Makefile.am b/plugins/fn-database/Makefile.am
index c297f5f..368949c 100644
--- a/plugins/fn-database/Makefile.am
+++ b/plugins/fn-database/Makefile.am
@@ -12,7 +12,14 @@ plugin_la_SOURCES = functions.c
 xml_in_files = plugin.xml.in
 xml_DATA = $(xml_in_files:.xml.in=.xml)
 
+pofiles = $(wildcard $(top_srcdir)/po/*.po) $(wildcard $(top_srcdir)/po-functions/*.po)
+
+plugin.xml: plugin.xml.in $(pofiles)
+       LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $  
tmp
+       @PERL@ -pi -e "s/VERSION/${VERSION}/" $  tmp
+       mv $  tmp $@
+
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/fn-database/plugin.xml.in b/plugins/fn-database/plugin.xml.in
index 1332a7f..5dcbcee 100644
--- a/plugins/fn-database/plugin.xml.in
+++ b/plugins/fn-database/plugin.xml.in
@@ -10,7 +10,7 @@
        <services>
                <service type="function_group" id="database">
                        <_category>Database</_category>
-                       <functions textdomain="gnumeric-functions">
+                       <functions textdomain="gnumeric-VERSION-functions">
                                <function name="daverage"/>
                                <function name="dcount"/>
                                <function name="dcounta"/>
diff --git a/plugins/fn-date/Makefile.am b/plugins/fn-date/Makefile.am
index 039c8b2..453bf34 100644
--- a/plugins/fn-date/Makefile.am
+++ b/plugins/fn-date/Makefile.am
@@ -12,7 +12,14 @@ plugin_la_SOURCES = functions.c
 xml_in_files = plugin.xml.in
 xml_DATA = $(xml_in_files:.xml.in=.xml)
 
+pofiles = $(wildcard $(top_srcdir)/po/*.po) $(wildcard $(top_srcdir)/po-functions/*.po)
+
+plugin.xml: plugin.xml.in $(pofiles)
+       LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $  
tmp
+       @PERL@ -pi -e "s/VERSION/${VERSION}/" $  tmp
+       mv $  tmp $@
+
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/fn-date/plugin.xml.in b/plugins/fn-date/plugin.xml.in
index 203ab4f..0eb2c17 100644
--- a/plugins/fn-date/plugin.xml.in
+++ b/plugins/fn-date/plugin.xml.in
@@ -10,7 +10,7 @@
        <services>
                <service type="function_group" id="datetime">
                        <_category>Date/Time</_category>
-                       <functions textdomain="gnumeric-functions">
+                       <functions textdomain="gnumeric-VERSION-functions">
                                <function name="date"/>
                                <function name="unix2date"/>
                                <function name="date2unix"/>
diff --git a/plugins/fn-derivatives/Makefile.am b/plugins/fn-derivatives/Makefile.am
index f1b2781..e600fd5 100644
--- a/plugins/fn-derivatives/Makefile.am
+++ b/plugins/fn-derivatives/Makefile.am
@@ -12,7 +12,14 @@ plugin_la_SOURCES = options.c
 xml_in_files = plugin.xml.in
 xml_DATA = $(xml_in_files:.xml.in=.xml)
 
+pofiles = $(wildcard $(top_srcdir)/po/*.po) $(wildcard $(top_srcdir)/po-functions/*.po)
+
+plugin.xml: plugin.xml.in $(pofiles)
+       LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $  
tmp
+       @PERL@ -pi -e "s/VERSION/${VERSION}/" $  tmp
+       mv $  tmp $@
+
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/fn-derivatives/plugin.xml.in b/plugins/fn-derivatives/plugin.xml.in
index e4b4bbb..16614cd 100644
--- a/plugins/fn-derivatives/plugin.xml.in
+++ b/plugins/fn-derivatives/plugin.xml.in
@@ -10,7 +10,7 @@
        <services>
                <service type="function_group" id="derivatives">
                        <_category>Finance</_category>
-                       <functions textdomain="gnumeric-functions">
+                       <functions textdomain="gnumeric-VERSION-functions">
                                <function name="cum_biv_norm_dist"/>
                                <function name="opt_bs"/>
                                <function name="opt_bs_delta"/>
diff --git a/plugins/fn-eng/Makefile.am b/plugins/fn-eng/Makefile.am
index 81d7ea4..0a487dc 100644
--- a/plugins/fn-eng/Makefile.am
+++ b/plugins/fn-eng/Makefile.am
@@ -12,7 +12,14 @@ plugin_la_SOURCES = functions.c
 xml_in_files = plugin.xml.in
 xml_DATA = $(xml_in_files:.xml.in=.xml)
 
+pofiles = $(wildcard $(top_srcdir)/po/*.po) $(wildcard $(top_srcdir)/po-functions/*.po)
+
+plugin.xml: plugin.xml.in $(pofiles)
+       LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $  
tmp
+       @PERL@ -pi -e "s/VERSION/${VERSION}/" $  tmp
+       mv $  tmp $@
+
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/fn-eng/plugin.xml.in b/plugins/fn-eng/plugin.xml.in
index 9ed3f85..1e17360 100644
--- a/plugins/fn-eng/plugin.xml.in
+++ b/plugins/fn-eng/plugin.xml.in
@@ -10,7 +10,7 @@
        <services>
                <service type="function_group" id="engineering">
                        <_category>Engineering</_category>
-                       <functions textdomain="gnumeric-functions">
+                       <functions textdomain="gnumeric-VERSION-functions">
                                <function name="base"/>
                                <function name="besseli"/>
                                <function name="besselk"/>
diff --git a/plugins/fn-erlang/Makefile.am b/plugins/fn-erlang/Makefile.am
index 4275d6a..c0dbdcc 100644
--- a/plugins/fn-erlang/Makefile.am
+++ b/plugins/fn-erlang/Makefile.am
@@ -12,7 +12,14 @@ erlang_la_SOURCES = functions.c
 xml_in_files = plugin.xml.in
 xml_DATA = $(xml_in_files:.xml.in=.xml)
 
+pofiles = $(wildcard $(top_srcdir)/po/*.po) $(wildcard $(top_srcdir)/po-functions/*.po)
+
+plugin.xml: plugin.xml.in $(pofiles)
+       LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $  
tmp
+       @PERL@ -pi -e "s/VERSION/${VERSION}/" $  tmp
+       mv $  tmp $@
+
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/fn-erlang/plugin.xml.in b/plugins/fn-erlang/plugin.xml.in
index 1ce03f9..23b0f11 100644
--- a/plugins/fn-erlang/plugin.xml.in
+++ b/plugins/fn-erlang/plugin.xml.in
@@ -10,7 +10,7 @@
        <services>
                <service type="function_group" id="erlang">
                        <_category>Erlang</_category>
-                       <functions textdomain="gnumeric-functions">
+                       <functions textdomain="gnumeric-VERSION-functions">
                                <function name="probblock"/>
                                <function name="offtraf"/>
                                <function name="dimcirc"/>
diff --git a/plugins/fn-financial/Makefile.am b/plugins/fn-financial/Makefile.am
index 8b7474d..0bf634f 100644
--- a/plugins/fn-financial/Makefile.am
+++ b/plugins/fn-financial/Makefile.am
@@ -12,7 +12,14 @@ plugin_la_SOURCES = functions.c sc-fin.c sc-fin.h
 xml_in_files = plugin.xml.in
 xml_DATA = $(xml_in_files:.xml.in=.xml)
 
+pofiles = $(wildcard $(top_srcdir)/po/*.po) $(wildcard $(top_srcdir)/po-functions/*.po)
+
+plugin.xml: plugin.xml.in $(pofiles)
+       LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $  
tmp
+       @PERL@ -pi -e "s/VERSION/${VERSION}/" $  tmp
+       mv $  tmp $@
+
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/fn-financial/plugin.xml.in b/plugins/fn-financial/plugin.xml.in
index fbe41cc..8d2d607 100644
--- a/plugins/fn-financial/plugin.xml.in
+++ b/plugins/fn-financial/plugin.xml.in
@@ -10,7 +10,7 @@
        <services>
                <service type="function_group" id="financial">
                        <_category>Finance</_category>
-                       <functions textdomain="gnumeric-functions">
+                       <functions textdomain="gnumeric-VERSION-functions">
                                <function name="accrint"/>
                                <function name="accrintm"/>
                                <function name="amordegrc"/>
diff --git a/plugins/fn-hebrew-date/Makefile.am b/plugins/fn-hebrew-date/Makefile.am
index b495dd5..d4ac55f 100644
--- a/plugins/fn-hebrew-date/Makefile.am
+++ b/plugins/fn-hebrew-date/Makefile.am
@@ -12,7 +12,14 @@ plugin_la_SOURCES = functions.c hdate_hdate.c hdate_strings.c hdate.h
 xml_in_files = plugin.xml.in
 xml_DATA = $(xml_in_files:.xml.in=.xml)
 
+pofiles = $(wildcard $(top_srcdir)/po/*.po) $(wildcard $(top_srcdir)/po-functions/*.po)
+
+plugin.xml: plugin.xml.in $(pofiles)
+       LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $  
tmp
+       @PERL@ -pi -e "s/VERSION/${VERSION}/" $  tmp
+       mv $  tmp $@
+
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/fn-hebrew-date/plugin.xml.in b/plugins/fn-hebrew-date/plugin.xml.in
index 259ad1e..030936a 100644
--- a/plugins/fn-hebrew-date/plugin.xml.in
+++ b/plugins/fn-hebrew-date/plugin.xml.in
@@ -10,7 +10,7 @@
        <services>
                <service type="function_group" id="datetime">
                        <_category>Date/Time</_category>
-                       <functions textdomain="gnumeric-functions">
+                       <functions textdomain="gnumeric-VERSION-functions">
                                <function name="hdate"/>
                                <function name="hdate_heb"/>
                                <function name="hdate_month"/>
diff --git a/plugins/fn-info/Makefile.am b/plugins/fn-info/Makefile.am
index fe07e57..bc10039 100644
--- a/plugins/fn-info/Makefile.am
+++ b/plugins/fn-info/Makefile.am
@@ -12,7 +12,14 @@ plugin_la_SOURCES = functions.c
 xml_in_files = plugin.xml.in
 xml_DATA = $(xml_in_files:.xml.in=.xml)
 
+pofiles = $(wildcard $(top_srcdir)/po/*.po) $(wildcard $(top_srcdir)/po-functions/*.po)
+
+plugin.xml: plugin.xml.in $(pofiles)
+       LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $  
tmp
+       @PERL@ -pi -e "s/VERSION/${VERSION}/" $  tmp
+       mv $  tmp $@
+
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/fn-info/plugin.xml.in b/plugins/fn-info/plugin.xml.in
index 6877e7a..b010969 100644
--- a/plugins/fn-info/plugin.xml.in
+++ b/plugins/fn-info/plugin.xml.in
@@ -10,7 +10,7 @@
        <services>
                <service type="function_group" id="info">
                        <_category>Information</_category>
-                       <functions textdomain="gnumeric-functions">
+                       <functions textdomain="gnumeric-VERSION-functions">
                                <function name="cell"/>
                                <function name="countblank"/>
                                <function name="error"/>
diff --git a/plugins/fn-logical/Makefile.am b/plugins/fn-logical/Makefile.am
index 92f77d0..78bd1ec 100644
--- a/plugins/fn-logical/Makefile.am
+++ b/plugins/fn-logical/Makefile.am
@@ -12,7 +12,14 @@ plugin_la_SOURCES = functions.c
 xml_in_files = plugin.xml.in
 xml_DATA = $(xml_in_files:.xml.in=.xml)
 
+pofiles = $(wildcard $(top_srcdir)/po/*.po) $(wildcard $(top_srcdir)/po-functions/*.po)
+
+plugin.xml: plugin.xml.in $(pofiles)
+       LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $  
tmp
+       @PERL@ -pi -e "s/VERSION/${VERSION}/" $  tmp
+       mv $  tmp $@
+
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/fn-logical/plugin.xml.in b/plugins/fn-logical/plugin.xml.in
index 5f8c878..66bd65f 100644
--- a/plugins/fn-logical/plugin.xml.in
+++ b/plugins/fn-logical/plugin.xml.in
@@ -10,7 +10,7 @@
        <services>
                <service type="function_group" id="logical">
                        <_category>Logic</_category>
-                       <functions textdomain="gnumeric-functions">
+                       <functions textdomain="gnumeric-VERSION-functions">
                                <function name="and"/>
                                <function name="or"/>
                                <function name="xor"/>
diff --git a/plugins/fn-lookup/Makefile.am b/plugins/fn-lookup/Makefile.am
index a652750..3c62562 100644
--- a/plugins/fn-lookup/Makefile.am
+++ b/plugins/fn-lookup/Makefile.am
@@ -12,7 +12,14 @@ plugin_la_SOURCES = functions.c
 xml_in_files = plugin.xml.in
 xml_DATA = $(xml_in_files:.xml.in=.xml)
 
+pofiles = $(wildcard $(top_srcdir)/po/*.po) $(wildcard $(top_srcdir)/po-functions/*.po)
+
+plugin.xml: plugin.xml.in $(pofiles)
+       LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $  
tmp
+       @PERL@ -pi -e "s/VERSION/${VERSION}/" $  tmp
+       mv $  tmp $@
+
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/fn-lookup/plugin.xml.in b/plugins/fn-lookup/plugin.xml.in
index 9c75203..bcb6014 100644
--- a/plugins/fn-lookup/plugin.xml.in
+++ b/plugins/fn-lookup/plugin.xml.in
@@ -10,7 +10,7 @@
        <services>
                <service type="function_group" id="lookup">
                        <_category>Lookup</_category>
-                       <functions textdomain="gnumeric-functions">
+                       <functions textdomain="gnumeric-VERSION-functions">
                                <function name="address"/>
                                <function name="areas"/>
                                <function name="array"/>
diff --git a/plugins/fn-math/Makefile.am b/plugins/fn-math/Makefile.am
index 1078e80..0550aa6 100644
--- a/plugins/fn-math/Makefile.am
+++ b/plugins/fn-math/Makefile.am
@@ -12,7 +12,14 @@ plugin_la_SOURCES = functions.c
 xml_in_files = plugin.xml.in
 xml_DATA = $(xml_in_files:.xml.in=.xml)
 
+pofiles = $(wildcard $(top_srcdir)/po/*.po) $(wildcard $(top_srcdir)/po-functions/*.po)
+
+plugin.xml: plugin.xml.in $(pofiles)
+       LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $  
tmp
+       @PERL@ -pi -e "s/VERSION/${VERSION}/" $  tmp
+       mv $  tmp $@
+
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/fn-math/plugin.xml.in b/plugins/fn-math/plugin.xml.in
index 67944ce..9d84371 100644
--- a/plugins/fn-math/plugin.xml.in
+++ b/plugins/fn-math/plugin.xml.in
@@ -10,7 +10,7 @@
        <services>
                <service type="function_group" id="math">
                        <_category>Mathematics</_category>
-                       <functions textdomain="gnumeric-functions">
+                       <functions textdomain="gnumeric-VERSION-functions">
                                <function name="abs"/>
                                <function name="acos"/>
                                <function name="acosh"/>
diff --git a/plugins/fn-numtheory/Makefile.am b/plugins/fn-numtheory/Makefile.am
index 2e46bd2..36a4f82 100644
--- a/plugins/fn-numtheory/Makefile.am
+++ b/plugins/fn-numtheory/Makefile.am
@@ -12,7 +12,14 @@ plugin_la_SOURCES = numtheory.c
 xml_in_files = plugin.xml.in
 xml_DATA = $(xml_in_files:.xml.in=.xml)
 
+pofiles = $(wildcard $(top_srcdir)/po/*.po) $(wildcard $(top_srcdir)/po-functions/*.po)
+
+plugin.xml: plugin.xml.in $(pofiles)
+       LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $  
tmp
+       @PERL@ -pi -e "s/VERSION/${VERSION}/" $  tmp
+       mv $  tmp $@
+
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/fn-numtheory/plugin.xml.in b/plugins/fn-numtheory/plugin.xml.in
index ae0705e..fad6324 100644
--- a/plugins/fn-numtheory/plugin.xml.in
+++ b/plugins/fn-numtheory/plugin.xml.in
@@ -10,7 +10,7 @@
        <services>
                <service type="function_group" id="num_theory">
                        <_category>Number Theory</_category>
-                       <functions textdomain="gnumeric-functions">
+                       <functions textdomain="gnumeric-VERSION-functions">
                                <function name="isprime"/>
                                <function name="ithprime"/>
                                <function name="nt_d"/>
@@ -24,7 +24,7 @@
                </service>
                <service type="function_group" id="bitwise">
                        <_category>Bitwise Operations</_category>
-                       <functions textdomain="gnumeric-functions">
+                       <functions textdomain="gnumeric-VERSION-functions">
                                <function name="bitand"/>
                                <function name="bitlshift"/>
                                <function name="bitor"/>
diff --git a/plugins/fn-r/Makefile.am b/plugins/fn-r/Makefile.am
index 0edcab7..4d0c3d6 100644
--- a/plugins/fn-r/Makefile.am
+++ b/plugins/fn-r/Makefile.am
@@ -12,7 +12,14 @@ rstat_la_SOURCES = functions.c extra.c extra.h
 xml_in_files = plugin.xml.in
 xml_DATA = $(xml_in_files:.xml.in=.xml)
 
+pofiles = $(wildcard $(top_srcdir)/po/*.po) $(wildcard $(top_srcdir)/po-functions/*.po)
+
+plugin.xml: plugin.xml.in $(pofiles)
+       LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $  
tmp
+       @PERL@ -pi -e "s/VERSION/${VERSION}/" $  tmp
+       mv $  tmp $@
+
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/fn-r/plugin.xml.in b/plugins/fn-r/plugin.xml.in
index bea2448..e13101c 100644
--- a/plugins/fn-r/plugin.xml.in
+++ b/plugins/fn-r/plugin.xml.in
@@ -10,7 +10,7 @@
        <services>
                <service type="function_group" id="stat">
                        <_category>Statistics</_category>
-                       <functions textdomain="gnumeric-functions">
+                       <functions textdomain="gnumeric-VERSION-functions">
                                <function name="r.dbeta"/>
                                <function name="r.dbinom"/>
                                <function name="r.dcauchy"/>
diff --git a/plugins/fn-random/Makefile.am b/plugins/fn-random/Makefile.am
index 20ed7f6..62e2862 100644
--- a/plugins/fn-random/Makefile.am
+++ b/plugins/fn-random/Makefile.am
@@ -12,7 +12,14 @@ plugin_la_SOURCES = functions.c
 xml_in_files = plugin.xml.in
 xml_DATA = $(xml_in_files:.xml.in=.xml)
 
+pofiles = $(wildcard $(top_srcdir)/po/*.po) $(wildcard $(top_srcdir)/po-functions/*.po)
+
+plugin.xml: plugin.xml.in $(pofiles)
+       LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $  
tmp
+       @PERL@ -pi -e "s/VERSION/${VERSION}/" $  tmp
+       mv $  tmp $@
+
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/fn-random/plugin.xml.in b/plugins/fn-random/plugin.xml.in
index 5c1508c..47a7359 100644
--- a/plugins/fn-random/plugin.xml.in
+++ b/plugins/fn-random/plugin.xml.in
@@ -10,7 +10,7 @@
        <services>
                <service type="function_group" id="random">
                        <_category>Random Numbers</_category>
-                       <functions textdomain="gnumeric-functions">
+                       <functions textdomain="gnumeric-VERSION-functions">
                                <function name="rand"/>
                                <function name="randbernoulli"/>
                                <function name="randbeta"/>
diff --git a/plugins/fn-stat/Makefile.am b/plugins/fn-stat/Makefile.am
index 12f7226..0efdadd 100644
--- a/plugins/fn-stat/Makefile.am
+++ b/plugins/fn-stat/Makefile.am
@@ -12,7 +12,14 @@ plugin_la_SOURCES = functions.c
 xml_in_files = plugin.xml.in
 xml_DATA = $(xml_in_files:.xml.in=.xml)
 
+pofiles = $(wildcard $(top_srcdir)/po/*.po) $(wildcard $(top_srcdir)/po-functions/*.po)
+
+plugin.xml: plugin.xml.in $(pofiles)
+       LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $  
tmp
+       @PERL@ -pi -e "s/VERSION/${VERSION}/" $  tmp
+       mv $  tmp $@
+
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/fn-stat/plugin.xml.in b/plugins/fn-stat/plugin.xml.in
index a329cd4..bd13392 100644
--- a/plugins/fn-stat/plugin.xml.in
+++ b/plugins/fn-stat/plugin.xml.in
@@ -10,7 +10,7 @@
        <services>
                <service type="function_group" id="stat">
                        <_category>Statistics</_category>
-                       <functions textdomain="gnumeric-functions">
+                       <functions textdomain="gnumeric-VERSION-functions">
                                <function name="adtest"/>
                                <function name="avedev"/>
                                <function name="average"/>
diff --git a/plugins/fn-string/Makefile.am b/plugins/fn-string/Makefile.am
index 47dc245..1e10ff6 100644
--- a/plugins/fn-string/Makefile.am
+++ b/plugins/fn-string/Makefile.am
@@ -12,7 +12,14 @@ plugin_la_SOURCES = functions.c
 xml_in_files = plugin.xml.in
 xml_DATA = $(xml_in_files:.xml.in=.xml)
 
+pofiles = $(wildcard $(top_srcdir)/po/*.po) $(wildcard $(top_srcdir)/po-functions/*.po)
+
+plugin.xml: plugin.xml.in $(pofiles)
+       LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $  
tmp
+       @PERL@ -pi -e "s/VERSION/${VERSION}/" $  tmp
+       mv $  tmp $@
+
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/fn-string/plugin.xml.in b/plugins/fn-string/plugin.xml.in
index b59b47a..652cd71 100644
--- a/plugins/fn-string/plugin.xml.in
+++ b/plugins/fn-string/plugin.xml.in
@@ -10,7 +10,7 @@
        <services>
                <service type="function_group" id="string">
                        <_category>String</_category>
-                       <functions textdomain="gnumeric-functions">
+                       <functions textdomain="gnumeric-VERSION-functions">
                                <function name="asc"/>
                                <function name="char"/>
                                <function name="clean"/>
diff --git a/plugins/fn-tsa/Makefile.am b/plugins/fn-tsa/Makefile.am
index b675ff8..5be1ee4 100644
--- a/plugins/fn-tsa/Makefile.am
+++ b/plugins/fn-tsa/Makefile.am
@@ -15,7 +15,14 @@ plugin_la_SOURCES =  \
 xml_in_files = plugin.xml.in
 xml_DATA = $(xml_in_files:.xml.in=.xml)
 
+pofiles = $(wildcard $(top_srcdir)/po/*.po) $(wildcard $(top_srcdir)/po-functions/*.po)
+
+plugin.xml: plugin.xml.in $(pofiles)
+       LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $  
tmp
+       @PERL@ -pi -e "s/VERSION/${VERSION}/" $  tmp
+       mv $  tmp $@
+
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/fn-tsa/plugin.xml.in b/plugins/fn-tsa/plugin.xml.in
index a5aad67..58c90f2 100644
--- a/plugins/fn-tsa/plugin.xml.in
+++ b/plugins/fn-tsa/plugin.xml.in
@@ -11,7 +11,7 @@
        <services>
                <service type="function_group" id="TimeSeriesAnalysis">
                        <_category>Time Series Analysis</_category>
-                       <functions textdomain="gnumeric-functions">
+                       <functions textdomain="gnumeric-VERSION-functions">
                                <function name="interpolation"/>
                                <function name="periodogram"/>
                                <function name="fourier"/>
diff --git a/plugins/gda/Makefile.am b/plugins/gda/Makefile.am
index f5eeb21..bb7a4eb 100644
--- a/plugins/gda/Makefile.am
+++ b/plugins/gda/Makefile.am
@@ -18,4 +18,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/glpk/Makefile.am b/plugins/glpk/Makefile.am
index 8c66c24..75e1ccd 100644
--- a/plugins/glpk/Makefile.am
+++ b/plugins/glpk/Makefile.am
@@ -18,4 +18,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = ChangeLog $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/gnome-db/Makefile.am b/plugins/gnome-db/Makefile.am
index 6194eff..140df08 100644
--- a/plugins/gnome-db/Makefile.am
+++ b/plugins/gnome-db/Makefile.am
@@ -18,4 +18,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/gnome-glossary/Makefile.am b/plugins/gnome-glossary/Makefile.am
index cca89db..3ad637e 100644
--- a/plugins/gnome-glossary/Makefile.am
+++ b/plugins/gnome-glossary/Makefile.am
@@ -11,4 +11,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 EXTRA_DIST = $(gnumeric_plugin_gnome_glossary_DATA) \
              $(gnumeric_plugin_gnome_glossary_SCRIPTS) \
              $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/guile/Makefile.am b/plugins/guile/Makefile.am
index 667573c..315f8a3 100644
--- a/plugins/guile/Makefile.am
+++ b/plugins/guile/Makefile.am
@@ -27,4 +27,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(Guilescripts_DATA) $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/html/Makefile.am b/plugins/html/Makefile.am
index 00a1f1e..b8a1f0c 100644
--- a/plugins/html/Makefile.am
+++ b/plugins/html/Makefile.am
@@ -22,4 +22,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = README ChangeLog $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/lotus-123/Makefile.am b/plugins/lotus-123/Makefile.am
index 7ac5d2f..3b87a0b 100644
--- a/plugins/lotus-123/Makefile.am
+++ b/plugins/lotus-123/Makefile.am
@@ -21,4 +21,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/lpsolve/Makefile.am b/plugins/lpsolve/Makefile.am
index dbddb99..208b543 100644
--- a/plugins/lpsolve/Makefile.am
+++ b/plugins/lpsolve/Makefile.am
@@ -18,4 +18,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = ChangeLog $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/mps/Makefile.am b/plugins/mps/Makefile.am
index 3456058..52e3eb2 100644
--- a/plugins/mps/Makefile.am
+++ b/plugins/mps/Makefile.am
@@ -15,4 +15,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/nlsolve/Makefile.am b/plugins/nlsolve/Makefile.am
index 66e2521..5233fed 100644
--- a/plugins/nlsolve/Makefile.am
+++ b/plugins/nlsolve/Makefile.am
@@ -17,4 +17,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = ChangeLog $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/oleo/Makefile.am b/plugins/oleo/Makefile.am
index bddea02..6baa6c6 100644
--- a/plugins/oleo/Makefile.am
+++ b/plugins/oleo/Makefile.am
@@ -15,4 +15,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/openoffice/Makefile.am b/plugins/openoffice/Makefile.am
index bdd0621..ed3f00e 100644
--- a/plugins/openoffice/Makefile.am
+++ b/plugins/openoffice/Makefile.am
@@ -15,4 +15,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/paradox/Makefile.am b/plugins/paradox/Makefile.am
index 1945900..19e0ad7 100644
--- a/plugins/paradox/Makefile.am
+++ b/plugins/paradox/Makefile.am
@@ -18,4 +18,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/perl-func/Makefile.am b/plugins/perl-func/Makefile.am
index 552a156..3da7ca5 100644
--- a/plugins/perl-func/Makefile.am
+++ b/plugins/perl-func/Makefile.am
@@ -8,4 +8,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(gnumeric_plugin_perl_func_SCRIPTS) $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/perl-loader/Makefile.am b/plugins/perl-loader/Makefile.am
index d4cf28d..7fa9b1d 100644
--- a/plugins/perl-loader/Makefile.am
+++ b/plugins/perl-loader/Makefile.am
@@ -38,4 +38,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA) xsinit.c
+CLEANFILES = $(xml_DATA) xsinit.c
diff --git a/plugins/plan-perfect/Makefile.am b/plugins/plan-perfect/Makefile.am
index 0681382..01d5b9c 100644
--- a/plugins/plan-perfect/Makefile.am
+++ b/plugins/plan-perfect/Makefile.am
@@ -18,4 +18,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/psiconv/Makefile.am b/plugins/psiconv/Makefile.am
index 226daad..9552ca1 100644
--- a/plugins/psiconv/Makefile.am
+++ b/plugins/psiconv/Makefile.am
@@ -16,4 +16,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/py-func/Makefile.am b/plugins/py-func/Makefile.am
index 97d8d8f..2c8f677 100644
--- a/plugins/py-func/Makefile.am
+++ b/plugins/py-func/Makefile.am
@@ -8,4 +8,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(gnumeric_plugin_py_func_SCRIPTS) $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/python-loader/Makefile.am b/plugins/python-loader/Makefile.am
index c8bd911..c0b0ce7 100644
--- a/plugins/python-loader/Makefile.am
+++ b/plugins/python-loader/Makefile.am
@@ -35,4 +35,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/qpro/Makefile.am b/plugins/qpro/Makefile.am
index 07359d0..034badb 100644
--- a/plugins/qpro/Makefile.am
+++ b/plugins/qpro/Makefile.am
@@ -17,4 +17,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/sample_datasource/Makefile.am b/plugins/sample_datasource/Makefile.am
index 41ca16c..d6010d1 100644
--- a/plugins/sample_datasource/Makefile.am
+++ b/plugins/sample_datasource/Makefile.am
@@ -15,4 +15,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/sc/Makefile.am b/plugins/sc/Makefile.am
index 4bba526..675da02 100644
--- a/plugins/sc/Makefile.am
+++ b/plugins/sc/Makefile.am
@@ -15,4 +15,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/sylk/Makefile.am b/plugins/sylk/Makefile.am
index e300b9d..b14559b 100644
--- a/plugins/sylk/Makefile.am
+++ b/plugins/sylk/Makefile.am
@@ -15,4 +15,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/uihello/Makefile.am b/plugins/uihello/Makefile.am
index 80b0659..4a3f8ae 100644
--- a/plugins/uihello/Makefile.am
+++ b/plugins/uihello/Makefile.am
@@ -16,4 +16,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)
diff --git a/plugins/xbase/Makefile.am b/plugins/xbase/Makefile.am
index 121cdcc..ac56614 100644
--- a/plugins/xbase/Makefile.am
+++ b/plugins/xbase/Makefile.am
@@ -15,4 +15,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = $(xml_in_files)
-DISTCLEANFILES = $(xml_DATA)
+CLEANFILES = $(xml_DATA)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]