aboutsummaryrefslogtreecommitdiff
path: root/po/Makefile.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r--po/Makefile.in.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 4daed5420..83d8838ac 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -76,16 +76,10 @@ POTFILES = \
76 76
77CATALOGS = @CATALOGS@ 77CATALOGS = @CATALOGS@
78 78
79do_perl_subst = $(SED) -e 's,[@]PERL[@],$(PERL),g'
80
81# Makevars gets inserted here. (Don't remove this line!) 79# Makevars gets inserted here. (Don't remove this line!)
82 80
83.SUFFIXES: 81.SUFFIXES:
84.SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update .pl.in .pl 82.SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update
85
86.pl.in.pl:
87 $(do_perl_subst) < $< > $@
88 chmod +x $@
89 83
90.po.mo: 84.po.mo:
91 @echo "$(MSGFMT) -c -o $@ $<"; \ 85 @echo "$(MSGFMT) -c -o $@ $<"; \