From 83a5155f08d7c7a6b20d717f733ea88d26411b29 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 26 Nov 2018 11:43:24 -0200 Subject: [PATCH] Fixing 'pot' files build. --- Makefile.in | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/Makefile.in b/Makefile.in index 606522b..1417efb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -115,9 +115,16 @@ Release: \ #---[ Misc Targets ]--------------------------------------------------------------------- locale: \ + lib@LIB3270_NAME@.pot + +lib@LIB3270_NAME@.pot: \ $(POTDIR)/lib@LIB3270_NAME@.pot \ $(POTDIR)/lib@LIB3270_NAME@++.pot + @rm -f $@ + @mkdir -p `dirname $@` + @$(MSGCAT) --sort-output $^ > $@ + #---[ Install Targets ]------------------------------------------------------------------ install: \ -- libgit2 0.21.2