]> sjero.net Git - wget/blobdiff - po/Rules-quot
Minor doc updates.
[wget] / po / Rules-quot
index 63e2d1ebba4fec23a3f0fa4f9928f1f5d1514fa2..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_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