1 commit 8e13f257224e02c91c3b40db99ba5cf9ef52f542
2 Author: Christophe Mutricy <xtophe@videolan.org>
3 Date: Sun Jul 27 00:10:51 2008 +0100
5 Hack to take care of qt strings with ampersand
7 We will need to reapply this diff when we upgrade Makefile.in.in from a
10 diff --git a/po/Makefile.in.in b/po/Makefile.in.in
11 index fecf500..13256d8 100644
12 --- a/po/Makefile.in.in
13 +++ b/po/Makefile.in.in
14 @@ -166,6 +166,8 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
15 --msgid-bugs-address="$$msgid_bugs_address" \
18 + sed 's/&/\&/' $(DOMAIN).po > $(DOMAIN).po1 && \
19 + mv $(DOMAIN).po1 $(DOMAIN).po;
20 test ! -f $(DOMAIN).po || { \
21 if test -f $(srcdir)/$(DOMAIN).pot; then \
22 sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \