Skip to content

Commit

Permalink
Merge pull request #5063 from VladimirSlavik/master-fix-pot-updates
Browse files Browse the repository at this point in the history
po: Don't try to delete extra.pot
  • Loading branch information
VladimirSlavik authored Aug 21, 2023
2 parents 9520b6c + a3916dc commit 0a94dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ tag:

pot:
$(MAKE) -C po $(PACKAGE_NAME).pot-update
rm $(srcdir)/po/{main,main_js,extra}.pot
rm -f $(srcdir)/po/{main,main_js}.pot

pot-update-check: pot
# This check is used by github action for auto update of pot file
Expand Down

0 comments on commit 0a94dda

Please sign in to comment.