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

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


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

Modified: build.el

Match jpg files too so they get copied over.


----------+
 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.6 cmucl-www/cmucl-www/build.el:1.7
--- cmucl-www/cmucl-www/build.el:1.6	Tue Mar 30 00:01:54 2010
+++ cmucl-www/cmucl-www/build.el	Tue Mar 30 00:14:10 2010
@@ -67,7 +67,8 @@
           if (or (string-match "\\.html\\'" file)
                  (string-match "\\.txt\\'" file)
                  (string-match "\\.css\\'" file)
-		 (string-match "\\.inc\\'" file))
+		 (string-match "\\.inc\\'" file)
+		 (string-match "\\.jpg\\'" file))
           do (push file found)
           finally return found)))
 



More information about the cmucl-commit mailing list