Skip to content

Commit

Permalink
Update POFILES in autotools.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
somiaj authored and ThomasAdam committed Oct 20, 2024
1 parent fd67bc2 commit d518e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d518e87

Please sign in to comment.