X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=docs%2FMakefile.lisp;h=a831d8a7926cc61d26715ef1d74181c0e576d11e;hb=e7f192be4e9a88bd0caf8314ffb2850dfa66b488;hp=1bb2176b08330e9ad93652156b795228cf14e6ae;hpb=8467cf49aaeb89d4bc06acb8dded46b7f2a66192;p=fiveam.git diff --git a/docs/Makefile.lisp b/docs/Makefile.lisp index 1bb2176..a831d8a 100644 --- a/docs/Makefile.lisp +++ b/docs/Makefile.lisp @@ -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"))