]> sjero.net Git - wget/blobdiff - po/Rules-quot
Make distcheck pass.
[wget] / po / Rules-quot
index a38a2bed8eb53b49a5251ca94e5c01cb698ca686..8ec55e551ab9c7433679b59a1c6580555a1c95c3 100644 (file)
@@ -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