aboutsummaryrefslogtreecommitdiff
path: root/Buildscr
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2015-01-13 20:30:40 +0000
committerSimon Tatham <anakin@pobox.com>2015-01-13 20:30:40 +0000
commit603409d092f5008d12e09f712eac4ba3381207eb (patch)
tree4de938bf687c34c1436c11016bee4f5ca0b44d50 /Buildscr
parent7cf7e37d65d59bc87977deb7e810f21b4b106797 (diff)
downloadpuzzles-603409d092f5008d12e09f712eac4ba3381207eb.zip
puzzles-603409d092f5008d12e09f712eac4ba3381207eb.tar.gz
puzzles-603409d092f5008d12e09f712eac4ba3381207eb.tar.bz2
puzzles-603409d092f5008d12e09f712eac4ba3381207eb.tar.xz
Couple of fixes to the new web-page mechanism.
I missed some spaces in the autogenerated <span>s, and I generated the web page components including unfinished puzzles by mistake.
Diffstat (limited to 'Buildscr')
-rw-r--r--Buildscr6
1 files changed, 3 insertions, 3 deletions
diff --git a/Buildscr b/Buildscr
index e63df1b..1b99d5d 100644
--- a/Buildscr
+++ b/Buildscr
@@ -126,6 +126,9 @@ in puzzles do zip -j puzzles.zip winbin/*.exe puzzles.chm puzzles.hlp puzzles.cn
# _parent_ directory, so be careful when we deliver it.)
in puzzles do ./makedist.sh $(Version)
+# Build the autogenerated pieces of the main web page.
+in puzzles do perl webpage.pl
+
ifneq "$(JAVA_UNFINISHED)" "" in puzzles do perl -i~ -pe 'print "!srcdir unfinished/\n" if /!srcdir icons/' Recipe
ifneq "$(JAVA_UNFINISHED)" "" in puzzles do ln -s unfinished/group.R .
ifneq "$(JAVA_UNFINISHED)" "" in puzzles do perl mkfiles.pl
@@ -146,9 +149,6 @@ delegate emscripten
return puzzles/js/*.js
enddelegate
-# Build the autogenerated pieces of the main web page.
-in puzzles do perl webpage.pl
-
# Set up .htaccess containing a redirect for the archive filename.
in puzzles do echo "AddType application/octet-stream .chm" > .htaccess
in puzzles do echo "AddType application/octet-stream .hlp" >> .htaccess