meso-web

Sources of the |Méso|Star> website
git clone git://git.meso-star.fr/meso-web.git
Log | Files | Refs | README | LICENSE

commit 35a8028a9c41ae8429e6c50bd9c0b735a3ea2e6f
parent 12a3f977fbe6679cbcd8704032ec82b657472fc6
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 25 Aug 2025 14:37:44 +0200

Rename the solstice configuration file to config.sh.in

This gives an indication of the language in which it is written
(actually, the shell).

Diffstat:
Rsolstice/config.in -> solstice/config.sh.in | 0
Msolstice/hooks/00-extract-archive.sh | 2+-
Msolstice/hooks/01-generate-man.sh | 2+-
Msolstice/solstice-downloads.sh | 2+-
Msolstice/solstice.sh | 2+-
5 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/solstice/config.in b/solstice/config.sh.in diff --git a/solstice/hooks/00-extract-archive.sh b/solstice/hooks/00-extract-archive.sh @@ -17,7 +17,7 @@ set -e -. "./config.in" +. "./config.sh.in" >&2 printf 'Extracting %s\n' "${arch}" tar -xz -f "${arch}" "${directory}/share/man" "${readme}" diff --git a/solstice/hooks/01-generate-man.sh b/solstice/hooks/01-generate-man.sh @@ -17,7 +17,7 @@ set -e -. "./config.in" +. "./config.sh.in" ######################################################################## # Helper function diff --git a/solstice/solstice-downloads.sh b/solstice/solstice-downloads.sh @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -. "./config.in" +. "./config.sh.in" set -e diff --git a/solstice/solstice.sh b/solstice/solstice.sh @@ -1,5 +1,5 @@ #!/bin/sh -. "./config.in" +. "./config.sh.in" sed "s/@VERSION@/${version}/g" solstice.md.in | md2html