CMUCL commit: cmucl-www/cmucl-www (build.el)

Raymond Toy rtoy at common-lisp.net
Tue Mar 30 06:01:54 CEST 2010


    Date: Tuesday, March 30, 2010 @ 00:01:54
  Author: rtoy
    Path: /project/cmucl/cvsroot/cmucl-www/cmucl-www

Modified: build.el

wb-find-files needs to look for *.inc files to so we get
headers/footers and other include files are copied.


----------+
 build.el |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


Index: cmucl-www/cmucl-www/build.el
diff -u cmucl-www/cmucl-www/build.el:1.5 cmucl-www/cmucl-www/build.el:1.6
--- cmucl-www/cmucl-www/build.el:1.5	Tue Mar 10 21:25:07 2009
+++ cmucl-www/cmucl-www/build.el	Tue Mar 30 00:01:54 2010
@@ -66,7 +66,8 @@
           ;; (setf found (append (wb-find-files file) found))
           if (or (string-match "\\.html\\'" file)
                  (string-match "\\.txt\\'" file)
-                 (string-match "\\.css\\'" file))
+                 (string-match "\\.css\\'" file)
+		 (string-match "\\.inc\\'" file))
           do (push file found)
           finally return found)))
 



More information about the cmucl-commit mailing list