Put some code examples into the manual
[fiveam.git] / docs / Makefile.lisp
index 1bb2176..a831d8a 100644 (file)
@@ -20,7 +20,7 @@
 
   (target* `(static-file ,name) ()
     (when (file-newer-p source destination)
-      (path:cp source destination))))
+      (path:cp source destination :overwrite t))))
 
 (static-file "asciidoc.css" (path:catfile *asciidoc-root* "stylesheets/" "asciidoc.css"))