meso-web

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

commit c43b3e00f45333e0bace9a667bdfe135db50ee81
parent 0d48a4a648750755a6e6aeb6767754b6e9d170b3
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 20 May 2026 14:41:54 +0200

schiff: update to the layout structure

Move the "License" section after the history. This was the original
intention, but an error in the generation script prevented this layout
from being implemented.

Diffstat:
Mschiff/schiff.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/schiff/schiff.sh b/schiff/schiff.sh @@ -19,7 +19,7 @@ { sed -n '0,/^## History/p' schiff.md.in | sed '$d' - sed -n '/^## Release notes/,/^## Copyright/p' "${readme}" | sed '$d' + sed -n '/^## Release notes/,/^## License/p' "${readme}" | sed '$d' sed -n '/^## History/,$p' schiff.md.in - sed -n '/^## Copyright/,$p' "${readme}" + sed -n '/^## License/,$p' "${readme}" } | sed "s/@VERSION@/${version}/g"