From d518e8788b47898f790264793b3c3b2a7df48a7d Mon Sep 17 00:00:00 2001 From: Jaimos Skriletz Date: Sun, 20 Oct 2024 13:25:32 -0600 Subject: [PATCH] Update POFILES in autotools. This was missed when renaming the .po files, this is needed for autotools `make dist` to work correctly so it knows the new names of the .po files. --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 0745fd1e5..836ba1343 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1053,7 +1053,7 @@ AC_DEFUN([AM_PO_SUBDIRS], DUMMYPOFILES= for lang in $ALL_LINGUAS; do for dom in $ALL_DOMAINS; do - POFILES="$POFILES $dom.$lang.po" + POFILES="$POFILES $lang.po" GMOFILES="$GMOFILES $dom.$lang.gmo" UPDATEPOFILES="$UPDATEPOFILES $dom.$lang.po-update" DUMMYPOFILES="$DUMMYPOFILES $dom.$lang.nop"