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 439427c4d6681d9929676de25864fa89c759c0ad
parent a8c6fbde98931f1b9f57bb706ad12120e7dd3590
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue,  1 Jul 2025 22:57:57 +0200

misc: fix the about french page dependencies

Diffstat:
Mmisc/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/Makefile b/misc/Makefile @@ -48,7 +48,7 @@ about-en.html: about-en.md misc_build.sh @echo "Building $@" @$(SHELL) misc_build.sh about en > $@ -about-fr.html: about-en.md misc_build.sh +about-fr.html: about-fr.md misc_build.sh @echo "Building $@" @$(SHELL) misc_build.sh about fr > $@