From 8052518d2db212aad944bfcaf554301c5272b81e Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Tue, 29 Jan 2008 13:20:19 +0000 Subject: [PATCH] 1.0.14.3: add html -> htm abbreviation to wxs.lisp * Now that SB-COVER is working on Windows, this is required as the build leaves html files in the test-output/ directory. ...of course we should probably clean up after the tests... Reported by Charlie McMackin. --- tools-for-build/wxs.lisp | 3 ++- version.lisp-expr | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tools-for-build/wxs.lisp b/tools-for-build/wxs.lisp index 364ef50..1374799 100644 --- a/tools-for-build/wxs.lisp +++ b/tools-for-build/wxs.lisp @@ -116,7 +116,8 @@ ("fasl" . "fas") ("SBCL" . "txt") ; README.SBCL -> README.txt ("texinfo" . "tfo") - ("lisp-temp" . "lmp"))) + ("lisp-temp" . "lmp") + ("html" . "htm"))) (defun file-names (pathname) (if (or (< 8 (length (pathname-name pathname))) diff --git a/version.lisp-expr b/version.lisp-expr index a4b797b..288a195 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.14.2" +"1.0.14.3" -- 1.7.10.4