From d637b10170c95483c86c45470a289acc0c05a5c2 Mon Sep 17 00:00:00 2001 From: Renaud Barate Date: Thu, 15 Sep 2011 16:00:07 +0000 Subject: [PATCH] Fix version in About dialog (patch from G. David) --- configure.ac | 1 + resources/Makefile.am | 2 +- resources/{SalomeApp.xml => SalomeApp.xml.in} | 7 ++++--- 3 files changed, 6 insertions(+), 4 deletions(-) rename resources/{SalomeApp.xml => SalomeApp.xml.in} (80%) diff --git a/configure.ac b/configure.ac index fe1dd0e..877fad7 100644 --- a/configure.ac +++ b/configure.ac @@ -190,6 +190,7 @@ AC_CONFIG_FILES([ \ src/GENERICSOLVERGUI/Makefile \ resources/Makefile \ resources/GENERICSOLVERCatalog.xml \ + resources/SalomeApp.xml \ idl/Makefile \ Makefile \ ]) diff --git a/resources/Makefile.am b/resources/Makefile.am index 3d60525..72dac6e 100644 --- a/resources/Makefile.am +++ b/resources/Makefile.am @@ -25,7 +25,7 @@ dist_salomeres_DATA = \ ExecGENERICSOLVER.png \ CaseGENERICSOLVER.png \ icon_variables.png \ - SalomeApp.xml \ + $(top_builddir)/resources/SalomeApp.xml \ yacsgen_example.py # VSR: little trick to avoid putting if GENERICSOLVERCatalog.xml to the distribution archive diff --git a/resources/SalomeApp.xml b/resources/SalomeApp.xml.in similarity index 80% rename from resources/SalomeApp.xml rename to resources/SalomeApp.xml.in index 79d53bb..e31cd4a 100644 --- a/resources/SalomeApp.xml +++ b/resources/SalomeApp.xml.in @@ -21,9 +21,10 @@
- - - + + + +
-- 2.39.2