Closed mattias-p closed 1 year ago
This PR cleans up various things. Nothing critical, just nice.
N/A
make manifest
Verify that git ignores MO files:
git
(cd share ; make sv.po) git status
Verify that make manifest doesn't add the dist file to MANIFEST:
make dist make manifest cat MANIFEST
Purpose
This PR cleans up various things. Nothing critical, just nice.
Context
N/A
Changes
make manifest
not register the dist file for inclusion in the dist file.How to test this PR
Verify that
git
ignores MO files:Verify that
make manifest
doesn't add the dist file to MANIFEST: