From cccffdaa832f6f0d856409b092262f32ed466130 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 11 Aug 2020 22:05:01 +0200 Subject: Fix pot re-generation for in-tree builds. --- plugingui/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 64f0125..4dde7b9 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -48,7 +48,7 @@ NLS_RES = \ # NOTE: Manually create initial (new) .po file with msginit $(top_srcdir)/plugingui/locale/da.po \ -$(top_srcdir)/plugingui/locale/fr.po: locale/drumgizmo.pot +$(top_srcdir)/plugingui/locale/fr.po: $(top_srcdir)/plugingui/locale/drumgizmo.pot $(MSGMERGE) --update $@ $(top_srcdir)/plugingui/locale/drumgizmo.pot $(top_builddir)/plugingui/locale/da.mo: $(top_srcdir)/plugingui/locale/da.po -- cgit v1.2.3