commit d489cce019a7f2d9a73709aa80542969c12e9dc9
parent c1cd2255dadc0f0a637a3191a269a7809a518be1
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 25 Aug 2025 14:52:25 +0200
Schiff: Fix the name of the VERSION macro in schiff.md.in
Some were not correctly defined and were therefore not expanded as
expected during HTML generation.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/schiff/schiff.md.in b/schiff/schiff.md.in
@@ -102,7 +102,7 @@ procedure is summed up to:
git clone -b Schiff-@VERSION@ \
https://gitlab.com/meso-star/star-engine.git Schiff-@VERSION@
- mkdir Schiff-${VERSION}/build
+ mkdir Schiff-@VERSION@/build
cd Schiff-@VERSION@/build
cmake ../cmake
make
@@ -125,7 +125,7 @@ Schiff.
cd Schiff-@VERSION@/build
make pkg
- ls package/Schiff-${VERSION}* # list packages
+ ls package/Schiff-@VERSION@* # list packages
## Post-Process