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 84cc4fe1139001d87ffa52f15dd23b14e4c8218b
parent 36128fef0fc9a17a6e8a0559dfc4af699bfbe189
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 27 Aug 2025 12:23:37 +0200

Make the footer a prerequisite for HTML content

So that HTML pages are regenerated when the footer is updated

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -50,7 +50,7 @@ install__: $(HTML) $(SIG) ################################################################################ # Generate content ################################################################################ -$(HTML): scripts/generate_header.sh menu.tsv +$(HTML): scripts/generate_header.sh menu.tsv templates/footer.html .sh.md: @cd -- "$$(dirname "$<")"; \