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