From 9f7664fc3a6e0f55ee2eb49d14874ec9f0603d7e Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 25 Jan 2012 09:22:35 +0100 Subject: web-export: Fix latest html links to have latest in the filename --- web-export/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-export/update.py b/web-export/update.py index 1f43676..a84cffc 100755 --- a/web-export/update.py +++ b/web-export/update.py @@ -198,7 +198,7 @@ class SpecObject(): if self.ext == '.xml': # One-chunk HTML - html_path_latest = os.path.join(self.spec_dir, '%s%s' % (self.basename_no_ext, '.html')) + html_path_latest = os.path.join(self.spec_dir, '%s-latest%s' % (self.basename_no_ext, '.html')) if os.path.exists(html_path_latest): os.unlink(html_path_latest) -- cgit v1.2.3-54-g00ecf