]> git.sesse.net Git - vlc/blob - po/makefile-qt4.patch
Merge branch 'master' into lpcm_encoder
[vlc] / po / makefile-qt4.patch
1 commit 8e13f257224e02c91c3b40db99ba5cf9ef52f542
2 Author: Christophe Mutricy <xtophe@videolan.org>
3 Date:   Sun Jul 27 00:10:51 2008 +0100
4
5     Hack to take care of qt strings with ampersand
6     
7     We will need to reapply this diff when we upgrade Makefile.in.in from a
8     newer gettext
9
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" \
16             ;; \
17         esac
18 +       sed 's/&amp;/\&/' $(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 && \