aboutsummaryrefslogtreecommitdiff
path: root/po/Makefile.in.in
diff options
context:
space:
mode:
authorSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-05-18 22:05:18 +0200
committerSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-05-18 22:05:18 +0200
commit5877f329f7f868c5609271c099322d5ef5df15fa (patch)
tree51dc6351f25a33fe1454642e919ed8c8f88d347d /po/Makefile.in.in
parent81b21482d14ea93df96c7f0709fa31a1939360ad (diff)
downloadgnunet-5877f329f7f868c5609271c099322d5ef5df15fa.tar.gz
gnunet-5877f329f7f868c5609271c099322d5ef5df15fa.zip
-add basic macOS installation instructions
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 $@ $<"; \