aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-19 22:46:53 +0200
committerJoey Hess <joey@gnu.kitenet.net>2009-07-19 22:46:53 +0200
commit33e93cd5e9baef67448dca2607c31b3330951bb6 (patch)
tree336e175c06b83c4681073a65fc09cc7b066a58ca /Makefile.PL
parent8be86ce59695341f2e7db4fcb61fc0e8bf8f51c8 (diff)
downloadikiwiki-33e93cd5e9baef67448dca2607c31b3330951bb6.tar
ikiwiki-33e93cd5e9baef67448dca2607c31b3330951bb6.tar.gz
speed up incremental underlaypo runs
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL1
1 files changed, 1 insertions, 0 deletions
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