update
authorshort <>
Sun, 28 Sep 2003 17:00:10 +0000 (17:00 +0000)
committershort <>
Sun, 28 Sep 2003 17:00:10 +0000 (17:00 +0000)
Web.pm

diff --git a/Web.pm b/Web.pm
index e81d464..d59e454 100644 (file)
--- a/Web.pm
+++ b/Web.pm
@@ -373,8 +373,8 @@ my($file_base,$alt,$attrs)=@_;
                        $file=$file_base.".".$var->{"id"};
                        # TODO: Somehow quickly check dependencies?
                        system 'make >&2 -s --no-print-directory'
-                                                       .' -C '."'".File::Basename::dirname($file)."' '".File::Basename::basename($file)."'"
-                                       if !-f $file;
+                                                       .' -C '."'".File::Basename::dirname($file)."' '".File::Basename::basename($file)."'";
+#                                      if !-f $file;
                        push @nego_variants,negotiate_variant(
                                        %$var,
                                        "size"=>(stat $file)[7],
@@ -462,6 +462,7 @@ body {
 :visited { color: teal;   background-color: transparent; }
 h1,h2    { color: yellow; background-color: transparent; }
 td       { padding: 2px; }
+caption  { caption-side: bottom; }
 .footer img { vertical-align: middle; }
 HERE
                print $W->{"head_css"}."\n";