mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 07:37:57 +00:00
Fix typo in release steps.
This commit is contained in:
parent
f9eb5b598d
commit
bf6349a036
@ -268,8 +268,8 @@ We assume that the following environment variables are set:
|
||||
|
||||
If necessary, produce variants with higher compression (takes 7 minutes):
|
||||
|
||||
gzip -d -c < gettext-$CURRENT_VERSION-*.tar.gz | xz -c -e > gettext-$CURRENT_VERSION-*.tar.xz
|
||||
gzip -d -c < gettext-$CURRENT_VERSION-*.tar.gz | lzip -c -9 > gettext-$CURRENT_VERSION-*.tar.lz
|
||||
gzip -d -c < gettext-$CURRENT_VERSION.tar.gz | xz -c -e > gettext-$CURRENT_VERSION.tar.xz
|
||||
gzip -d -c < gettext-$CURRENT_VERSION.tar.gz | lzip -c -9 > gettext-$CURRENT_VERSION.tar.lz
|
||||
|
||||
Add a git tag (an annotated tag, not a lightweight tag):
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user