From 33e93cd5e9baef67448dca2607c31b3330951bb6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 19 Jul 2009 22:46:53 +0200 Subject: speed up incremental underlaypo runs --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.PL') 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 -- cgit v1.2.3