From: Joey Hess Date: Sun, 19 Jul 2009 20:46:53 +0000 (+0200) Subject: speed up incremental underlaypo runs X-Git-Tag: 3.15~157 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=33e93cd5e9baef67448dca2607c31b3330951bb6;p=ikiwiki.git speed up incremental underlaypo runs --- diff --git a/Makefile.PL b/Makefile.PL index b2d027bc4..4021a0a5d 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -58,6 +58,7 @@ underlaypo: ikiwiki.out install -d po/underlays/directives/ikiwiki/directive for file in doc/ikiwiki/directive/*; do \ if [ -f "$$file" ]; then \ + cp -a $$file po/underlays/directives/ikiwiki/directive || \ install -m 644 $$file po/underlays/directives/ikiwiki/directive; \ fi \ done