summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorMicah Cowan <micah@cowan.name>2009-09-07 21:10:05 -0700
committerMicah Cowan <micah@cowan.name>2009-09-07 21:10:05 -0700
commit1e5a791a224db14719e19e33ffa007ab8d8e8adf (patch)
tree20fb4302ea0c872c3109fca21550587b2e72a3cb /po
parent544afabb39f03ab2adefdf62b6af51a81503eb58 (diff)
downloadwget-1e5a791a224db14719e19e33ffa007ab8d8e8adf.tar.gz
Make distcheck pass.
Diffstat (limited to 'po')
-rw-r--r--po/Rules-quot6
1 files changed, 4 insertions, 2 deletions
diff --git a/po/Rules-quot b/po/Rules-quot
index a38a2bed..8ec55e55 100644
--- a/po/Rules-quot
+++ b/po/Rules-quot
@@ -49,9 +49,11 @@ en@boldquot.insert-header: insert-header.sin
mostlyclean: mostlyclean-quot
mostlyclean-quot:
- rm -f *.insert-header
+ rm -f *.insert-header en_US.po
en_US.po: en_US.po-update
en_US.po-update: en@quot.po
- cp en@quot.po en_US.po
+ if test -r en@quot.po; then realcat=en@quot.po; \
+ else realcat=$(srcdir)/en@quot.po; fi; \
+ cp $$realcat en_US.po