1.0.14.3: add html -> htm abbreviation to wxs.lisp
[sbcl.git] / tools-for-build / wxs.lisp
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)))