diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2022-12-19 23:29:39 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2023-01-19 20:34:48 +0000 |
| commit | aac72f2cd8e10c7faef3060fcf14201f958a6fe8 (patch) | |
| tree | b6f849b422c0b0c0d2ab54a28f0c8c6c7864c48d | |
| parent | 87f21b2de436477e5d92cfe9850583296a88a90c (diff) | |
| download | puzzles-aac72f2cd8e10c7faef3060fcf14201f958a6fe8.zip puzzles-aac72f2cd8e10c7faef3060fcf14201f958a6fe8.tar.gz puzzles-aac72f2cd8e10c7faef3060fcf14201f958a6fe8.tar.bz2 puzzles-aac72f2cd8e10c7faef3060fcf14201f958a6fe8.tar.xz | |
Deliver banner images from build script
| -rw-r--r-- | Buildscr | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -207,6 +207,9 @@ ifneq "$(NOJS)" yes then deliver puzzles/html/*.html html/$@ deliver puzzles/html/*.pl html/$@ deliver puzzles/build-kaios/kaios/*.zip kaios/$@ + ifneq "$(NOICONS)" yes then + deliver build-icons/icons/*-banner.jpg kaios/$@ + endif endif deliver puzzles/wwwspans.html $@ deliver puzzles/wwwlinks.html $@ |