X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/1310cbd21a6c12cb4d3c268dea8df868ba4cbf3b..736417dcfcf5cfc6b6edb37788318d23f8a58f3b:/Buildscr diff --git a/Buildscr b/Buildscr index 0371eb1..dde4726 100644 --- a/Buildscr +++ b/Buildscr @@ -1,6 +1,8 @@ # -*- sh -*- # Build script to build Puzzles. +module puzzles + # First build some local binaries, to run the icon build. in puzzles do perl mkfiles.pl in puzzles do make @@ -8,6 +10,9 @@ in puzzles do make # Now build the screenshots and icons. in puzzles/icons do xvfb-run make web winicons gtkicons +# Re-run mkfiles.pl now that it knows the icons are there. +in puzzles do perl mkfiles.pl + # Destroy the local binaries, mostly to avoid wasting network # bandwidth by transferring them to the delegate servers. in puzzles do make clean