chiark / gitweb /
Couple of fixes to the new web-page mechanism.
authorSimon Tatham <anakin@pobox.com>
Tue, 13 Jan 2015 20:30:40 +0000 (20:30 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 13 Jan 2015 20:30:40 +0000 (20:30 +0000)
I missed some spaces in the autogenerated <span>s, and I generated the
web page components including unfinished puzzles by mistake.

Buildscr
webpage.pl

index e63df1bd92df55baf1c5d049c06daf5de0a604bf..1b99d5dd04cf518fce76ef73e109d201c67bd3d2 100644 (file)
--- 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
index 800b1833c11dc76ee3e835eafda8c4b1f2850e92..de2478e798dbce4c618630490cbb47c35669ba04 100755 (executable)
@@ -30,11 +30,11 @@ while (<$desc>) {
         '<image style="margin: 0.5em" alt="" title="%s" width=150 height=150 border=0 src="%s-web.png" />'.
         '</td></tr>'.
         '<tr><td align="center" style="font-size: 70%%"><code>[</code>'.
-        '<a href="java/%s.html">java</a>'.
+        ' <a href="java/%s.html">java</a> '.
         '|'.
-        '<a href="js/%s.html">js</a>'.
+        ' <a href="js/%s.html">js</a> '.
         '|'.
-        '<a href="doc/%s.html#%s">manual</a>'.
+        ' <a href="doc/%s.html#%s">manual</a> '.
         '<code>]</code><br><code>[</code>'.
         '<a href="%s"><code>%s</code></a>'.
         '<code>]</code></td></tr>'.