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 f9fbd152e9fcbf1db4bf653be173bc0a5dbe5f22
parent 9cba5a83054515ebf588093ecff84cf89428378a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 27 Feb 2023 16:24:56 +0100

htrdr: update release note generation script

Remove deprecated sed scripts used to fix spelling mistakes

Diffstat:
Mhtrdr/Makefile | 2+-
Mhtrdr/htrdr_build.sh | 6+-----
2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/htrdr/Makefile b/htrdr/Makefile @@ -238,7 +238,7 @@ $(PLANETOSPK_PRIV_HTML):\ $(PLANETOSPK_PRIV_ARCH) > $@ $(PLANETOSPK_PRIV_ARCH): $(PLANETOSPK_ARCH) - @echo "Make the $(PLANETOSPK_ARCH) private (copy to $(PLANETOSPK_PRIV_ARCH))" + @echo "Make $(PLANETOSPK_ARCH) private (copy to $(PLANETOSPK_PRIV_ARCH))" @cp $(PLANETOSPK_ARCH) $(PLANETOSPK_PRIV_ARCH) $(PLANETOSPK_README): diff --git a/htrdr/htrdr_build.sh b/htrdr/htrdr_build.sh @@ -31,11 +31,7 @@ overview() | sed 's/https:\/\/gitlab.com\/meso-star\/htrdr\/-\/blob\/master\/doc\/htrdr-materials\.5\.txt/man\/man5\/htrdr-materials.5.html/g' \ | sed 's/https:\/\/gitlab.com\/meso-star\/htrdr\/-\/blob\/master\/doc\/htrdr-obj\.5\.txt/man\/man5\/htrdr-obj.5.html/g' \ | sed 's/https:\/\/gitlab.com\/meso-star\/mrumtl\/-\/blob\/master\/doc\/mrumtl\.5\.txt/man\/man5\/mrumtl.5.html/g' \ - | sed 's/^<h2>Release notes/<h2 id=release_notes>Release notes/' \ - | sed 's/but introduce /but introduces /' \ - | sed "s/planet's soil/planet's ground/g" \ - | sed 's/terrestrial planet/telluric planet/g' \ - | sed 's/scracth/scratch/') # Misspelling + | sed 's/^<h2>Release notes/<h2 id=release_notes>Release notes/') copying=$(echo "${readme}" \ | sed -n '/^<h2>Copyright notice<\/h2>/,$p' \