From 91e5a7e578cfc5cf373bea836bdcf5c865c4c4cd Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 1 Jun 2022 23:15:50 -0300 Subject: dynamic.mk: Re-generate HTML files when genhtml.sh changes --- dynamic.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dynamic.mk b/dynamic.mk index 07ab401..a062528 100644 --- a/dynamic.mk +++ b/dynamic.mk @@ -28,6 +28,8 @@ pastebins.env = $(pastebins.md:.md=.env) pastebins.html = $(pastebins.md:.md=.html) pastebins = $(pastebins.env) $(pastebins.html) +html = $(pastebins.html) + lilypond.pdf = $(lilypond.ly:.ly=.pdf) lilypond.midi = $(lilypond.ly:.ly=.midi) lilypond.ogg = $(lilypond.ly:.ly=.ogg) @@ -37,11 +39,13 @@ podcasts.ogg = $(podcasts.flac:.flac=.ogg) podcasts = $(podcasts.ogg) ALL = \ - $(pastebins) \ + $(html) \ $(lilypond) \ $(torrent-files) \ $(podcasts) +$(html): src/development/genhtml.sh + all: $(ALL) $(torrent-files): -- cgit v1.2.3