X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=po%2FMakefile.in.in;h=13256d86184ab70b2134d0ab8c72e19718061cff;hb=be378fbc80c384e2541517d6853b59411b7e67de;hp=fecf500f3f37c31654b70b48e2e3a7e5f39d11d7;hpb=7bbc2548f92696457164ebf7f4f86dc815ef80c7;p=vlc diff --git a/po/Makefile.in.in b/po/Makefile.in.in index fecf500f3f..13256d8618 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -166,6 +166,8 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed --msgid-bugs-address="$$msgid_bugs_address" \ ;; \ esac + sed 's/&/\&/' $(DOMAIN).po > $(DOMAIN).po1 && \ + mv $(DOMAIN).po1 $(DOMAIN).po; test ! -f $(DOMAIN).po || { \ if test -f $(srcdir)/$(DOMAIN).pot; then \ sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \