]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/txt2pre
build: do not repeatedly build some docs
[public-inbox.git] / Documentation / txt2pre
index 04bc3b0e3921e77e440f97f7b2a2b92c71bb1f8d..3ecd9100815dc69eb227444d988ed9dffe755ef1 100755 (executable)
@@ -177,9 +177,3 @@ print '<html><head>',
   "<title>$title</title>",
   "</head><body><pre>",  $str , '</pre></body></html>';
 STDOUT->flush;
-
-# keep mtime on website consistent so clients can cache
-if (-f STDIN && -f STDOUT) {
-       my @st = stat(STDIN);
-       utime($st[8], $st[9], \*STDOUT);
-}