From 47179fe3a30e55cf25439aab9c607ab3562b9a27 Mon Sep 17 00:00:00 2001 From: Guilhem Bonnefille Date: Wed, 2 Sep 2015 22:27:30 +0200 Subject: [PATCH] Insert parameter for Viking's version in viking.xml Insertion is done by configure, so the file is renamed as viking.xml.in. The most annoying with this change is probably to configure the XML editor to handle xml.in files. --- configure.ac | 1 + help/Makefile.am | 2 +- help/{viking.xml => viking.xml.in} | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) rename help/{viking.xml => viking.xml.in} (99%) diff --git a/configure.ac b/configure.ac index 66fa53ba..7c189193 100644 --- a/configure.ac +++ b/configure.ac @@ -439,6 +439,7 @@ AC_CONFIG_FILES([ tools/Makefile test/Makefile help/Makefile + help/viking.xml win32/Makefile win32/installer/Makefile win32/installer/pixmaps/Makefile diff --git a/help/Makefile.am b/help/Makefile.am index fc27781e..8ed26708 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -53,7 +53,7 @@ DOC_FIGURES = \ figures/customize_toolbar_dialog.png DOC_LINGUAS = -EXTRA_DIST = viking.xml +EXTRA_DIST = viking.xml.in CLEANFILES= # man pages processing diff --git a/help/viking.xml b/help/viking.xml.in similarity index 99% rename from help/viking.xml rename to help/viking.xml.in index 5e0bb358..ebc2de37 100644 --- a/help/viking.xml +++ b/help/viking.xml.in @@ -31,9 +31,8 @@ and docbook-xsl in your Build-Depends control field. Meyer"> 2015-03-29"> - - + 1"> -- 2.39.5