Skip to content

Commit

Permalink
po4a/update-po: Delete the *.po.authors files
Browse files Browse the repository at this point in the history
These are temporary files that are needed only when running po4a.
The top-level Makefile.am puts the whole po4a directory into
distribution tarball (it's simpler) so deleting these temporary
files is needed to prevent them from getting into tarballs.
  • Loading branch information
Larhzu committed May 7, 2024
1 parent e478024 commit ab51e8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions po4a/update-po
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ po4a --force --verbose \
--copyright-holder="The XZ Utils authors and contributors" \
po4a.conf

# Remove the *.po.authors files that were generated above.
# This way they won't get included in distribution tarballs.
rm -f *.po.authors

# Add the customized POT header which contains the SPDX license
# identifier and spells out the license name instead of saying
# "the same license as the XZ Utils package".
Expand Down

0 comments on commit ab51e8e

Please sign in to comment.