commit 7308f81b9086fac48631b88d23e5880b84abd541
parent 6144bae3c0ec7f27dc9d21ca470f3f73dfc60964
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 26 Aug 2025 12:43:41 +0200
Schiff & Solstice: update to their overview page script
It generated HTML content directly when it should have generated
Markdown content. This makes the script not only simpler, but also
independent of the final content: Markdown can be used as input for
content other than a website.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/schiff/schiff.sh b/schiff/schiff.sh
@@ -17,4 +17,4 @@
. "./config.sh.in"
-sed "s/@VERSION@/${version}/g" schiff.md.in | md2html
+sed "s/@VERSION@/${version}/g" schiff.md.in
diff --git a/solstice/solstice.sh b/solstice/solstice.sh
@@ -2,4 +2,4 @@
. "./config.sh.in"
-sed "s/@VERSION@/${version}/g" solstice.md.in | md2html
+sed "s/@VERSION@/${version}/g" solstice.md.in