diff options
Diffstat (limited to '')
-rw-r--r-- | dynamic.mk | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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): |