Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gnumeric
Commits
7e33ffee
Commit
7e33ffee
authored
Dec 04, 2001
by
Morten Welinder
Browse files
top_srcdir fix.
parent
a5e1cc3c
Changes
21
Hide whitespace changes
Inline
Side-by-side
plugins/applix/Makefile.am
View file @
7e33ffee
...
...
@@ -15,6 +15,6 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
XML_I18N_XML_KIND
=
--pass-through
# It's a hack, but we tag our own command onto the merge rule...
@XML_I18N_MERGE_XML_RULE@
sh
$(top_
build
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_applix_LTLIBRARIES)
sh
$(top_
src
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_applix_LTLIBRARIES)
EXTRA_DIST
=
$(xml_in_files)
$(xml_DATA)
plugins/derivatives/Makefile.am
View file @
7e33ffee
...
...
@@ -15,6 +15,6 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
XML_I18N_XML_KIND
=
--pass-through
# It's a hack, but we tag our own command onto the merge rule...
@XML_I18N_MERGE_XML_RULE@
sh
$(top_
build
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_derivatives_LTLIBRARIES)
sh
$(top_
src
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_derivatives_LTLIBRARIES)
EXTRA_DIST
=
$(xml_in_files)
$(xml_DATA)
plugins/dif/Makefile.am
View file @
7e33ffee
...
...
@@ -15,6 +15,6 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
XML_I18N_XML_KIND
=
--pass-through
# It's a hack, but we tag our own command onto the merge rule...
@XML_I18N_MERGE_XML_RULE@
sh
$(top_
build
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_dif_LTLIBRARIES)
sh
$(top_
src
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_dif_LTLIBRARIES)
EXTRA_DIST
=
$(xml_in_files)
$(xml_DATA)
plugins/excel/Makefile.am
View file @
7e33ffee
...
...
@@ -45,6 +45,6 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
XML_I18N_XML_KIND
=
--pass-through
# It's a hack, but we tag our own command onto the merge rule...
@XML_I18N_MERGE_XML_RULE@
sh
$(top_
build
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_excel_LTLIBRARIES)
sh
$(top_
src
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_excel_LTLIBRARIES)
EXTRA_DIST
=
$(xml_in_files)
$(xml_DATA)
plugins/gb/Makefile.am
View file @
7e33ffee
...
...
@@ -42,6 +42,6 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
XML_I18N_XML_KIND
=
--pass-through
# It's a hack, but we tag our own command onto the merge rule...
@XML_I18N_MERGE_XML_RULE@
sh
$(top_
build
dir)/tools/fixup-plugin-xml
$@
$(gnum_gb_LTLIBRARIES)
sh
$(top_
src
dir)/tools/fixup-plugin-xml
$@
$(gnum_gb_LTLIBRARIES)
EXTRA_DIST
=
README main.gba gnumeric.gbp
$(xml_in_files)
$(xml_DATA)
plugins/gda/Makefile.am
View file @
7e33ffee
...
...
@@ -17,6 +17,6 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
XML_I18N_XML_KIND
=
--pass-through
# It's a hack, but we tag our own command onto the merge rule...
@XML_I18N_MERGE_XML_RULE@
sh
$(top_
build
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_gdaif_LTLIBRARIES)
sh
$(top_
src
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_gdaif_LTLIBRARIES)
EXTRA_DIST
=
$(xml_in_files)
$(xml_DATA)
plugins/guile/Makefile.am
View file @
7e33ffee
...
...
@@ -21,6 +21,6 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
XML_I18N_XML_KIND
=
--pass-through
# It's a hack, but we tag our own command onto the merge rule...
@XML_I18N_MERGE_XML_RULE@
sh
$(top_
build
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_guile_LTLIBRARIES)
sh
$(top_
src
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_guile_LTLIBRARIES)
EXTRA_DIST
=
$(Guilescripts_DATA)
$(xml_in_files)
$(xml_DATA)
plugins/html/Makefile.am
View file @
7e33ffee
...
...
@@ -22,6 +22,6 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
XML_I18N_XML_KIND
=
--pass-through
# It's a hack, but we tag our own command onto the merge rule...
@XML_I18N_MERGE_XML_RULE@
sh
$(top_
build
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_html_LTLIBRARIES)
sh
$(top_
src
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_html_LTLIBRARIES)
EXTRA_DIST
=
README ChangeLog
$(xml_in_files)
$(xml_DATA)
plugins/lotus-123/Makefile.am
View file @
7e33ffee
...
...
@@ -21,6 +21,6 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
XML_I18N_XML_KIND
=
--pass-through
# It's a hack, but we tag our own command onto the merge rule...
@XML_I18N_MERGE_XML_RULE@
sh
$(top_
build
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_lotus_LTLIBRARIES)
sh
$(top_
src
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_lotus_LTLIBRARIES)
EXTRA_DIST
=
$(xml_in_files)
$(xml_DATA)
plugins/mps/Makefile.am
View file @
7e33ffee
...
...
@@ -15,6 +15,6 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
XML_I18N_XML_KIND
=
--pass-through
# It's a hack, but we tag our own command onto the merge rule...
@XML_I18N_MERGE_XML_RULE@
sh
$(top_
build
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_mps_LTLIBRARIES)
sh
$(top_
src
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_mps_LTLIBRARIES)
EXTRA_DIST
=
$(xml_in_files)
$(xml_DATA)
plugins/numtheory/Makefile.am
View file @
7e33ffee
...
...
@@ -15,6 +15,6 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
XML_I18N_XML_KIND
=
--pass-through
# It's a hack, but we tag our own command onto the merge rule...
@XML_I18N_MERGE_XML_RULE@
sh
$(top_
build
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_numtheory_LTLIBRARIES)
sh
$(top_
src
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_numtheory_LTLIBRARIES)
EXTRA_DIST
=
$(xml_in_files)
$(xml_DATA)
plugins/oleo/Makefile.am
View file @
7e33ffee
...
...
@@ -15,6 +15,6 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
XML_I18N_XML_KIND
=
--pass-through
# It's a hack, but we tag our own command onto the merge rule...
@XML_I18N_MERGE_XML_RULE@
sh
$(top_
build
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_oleo_LTLIBRARIES)
sh
$(top_
src
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_oleo_LTLIBRARIES)
EXTRA_DIST
=
$(xml_in_files)
$(xml_DATA)
plugins/perl/Makefile.am
View file @
7e33ffee
...
...
@@ -76,6 +76,6 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
XML_I18N_XML_KIND
=
--pass-through
# It's a hack, but we tag our own command onto the merge rule...
@XML_I18N_MERGE_XML_RULE@
sh
$(top_
build
dir)/tools/fixup-plugin-xml
$@
$(
sh)
sh
$(top_
src
dir)/tools/fixup-plugin-xml
$@
$(
sh)
EXTRA_DIST
=
$(Perlscripts_DATA)
$(xml_in_files)
$(xml_DATA)
plugins/plan-perfect/Makefile.am
View file @
7e33ffee
...
...
@@ -25,7 +25,7 @@ XML_I18N_XML_KIND = --pass-through
# It's a hack, but we tag our own command onto the merge rule...
@XML_I18N_MERGE_XML_RULE@
if
WITH_PLAN_PERFECT
sh
$(top_
build
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_plan_perfect_LTLIBRARIES)
sh
$(top_
src
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_plan_perfect_LTLIBRARIES)
endif
EXTRA_DIST
=
$(xml_in_files)
$(xml_DATA)
plugins/psiconv/Makefile.am
View file @
7e33ffee
...
...
@@ -17,6 +17,6 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
XML_I18N_XML_KIND
=
--pass-through
# It's a hack, but we tag our own command onto the merge rule...
@XML_I18N_MERGE_XML_RULE@
sh
$(top_
build
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_psiconv_LTLIBRARIES)
sh
$(top_
src
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_psiconv_LTLIBRARIES)
EXTRA_DIST
=
$(xml_in_files)
$(xml_DATA)
plugins/python-loader/Makefile.am
View file @
7e33ffee
...
...
@@ -20,6 +20,6 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
XML_I18N_XML_KIND
=
--pass-through
# It's a hack, but we tag our own command onto the merge rule...
@XML_I18N_MERGE_XML_RULE@
sh
$(top_
build
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_python_loader_LTLIBRARIES)
sh
$(top_
src
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_python_loader_LTLIBRARIES)
EXTRA_DIST
=
$(xml_in_files)
$(xml_DATA)
plugins/python/Makefile.am
View file @
7e33ffee
...
...
@@ -22,6 +22,6 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
XML_I18N_XML_KIND
=
--pass-through
# It's a hack, but we tag our own command onto the merge rule...
@XML_I18N_MERGE_XML_RULE@
sh
$(top_
build
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_python_LTLIBRARIES)
sh
$(top_
src
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_python_LTLIBRARIES)
EXTRA_DIST
=
$(Pythonscripts_DATA)
$(xml_in_files)
$(xml_DATA)
plugins/sc/Makefile.am
View file @
7e33ffee
...
...
@@ -15,6 +15,6 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
XML_I18N_XML_KIND
=
--pass-through
# It's a hack, but we tag our own command onto the merge rule...
@XML_I18N_MERGE_XML_RULE@
sh
$(top_
build
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_sc_LTLIBRARIES)
sh
$(top_
src
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_sc_LTLIBRARIES)
EXTRA_DIST
=
$(xml_in_files)
$(xml_DATA)
plugins/sylk/Makefile.am
View file @
7e33ffee
...
...
@@ -15,6 +15,6 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
XML_I18N_XML_KIND
=
--pass-through
# It's a hack, but we tag our own command onto the merge rule...
@XML_I18N_MERGE_XML_RULE@
sh
$(top_
build
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_sylk_LTLIBRARIES)
sh
$(top_
src
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_sylk_LTLIBRARIES)
EXTRA_DIST
=
$(xml_in_files)
$(xml_DATA)
plugins/xbase/Makefile.am
View file @
7e33ffee
...
...
@@ -15,6 +15,6 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
XML_I18N_XML_KIND
=
--pass-through
# It's a hack, but we tag our own command onto the merge rule...
@XML_I18N_MERGE_XML_RULE@
sh
$(top_
build
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_xbase_LTLIBRARIES)
sh
$(top_
src
dir)/tools/fixup-plugin-xml
$@
$(gnumeric_plugin_xbase_LTLIBRARIES)
EXTRA_DIST
=
$(xml_in_files)
$(xml_DATA)
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment