1.0.14.3: add html -> htm abbreviation to wxs.lisp
authorNikodemus Siivola <nikodemus@random-state.net>
Tue, 29 Jan 2008 13:20:19 +0000 (13:20 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Tue, 29 Jan 2008 13:20:19 +0000 (13:20 +0000)
 * 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
version.lisp-expr

index 364ef50..1374799 100644 (file)
     ("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)))
index a4b797b..288a195 100644 (file)
@@ -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"