mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Include debug/translation.bash in the distribution.
Also fix the script name mentioned in README.
This commit is contained in:
parent
cafb523ada
commit
672eccf57c
2 changed files with 5 additions and 2 deletions
4
README
4
README
|
@ -210,8 +210,8 @@ XZ Utils
|
||||||
# <Edit the .po file in the po directory.>
|
# <Edit the .po file in the po directory.>
|
||||||
make -C po update-po
|
make -C po update-po
|
||||||
make install
|
make install
|
||||||
bash debug/translations.bash | less
|
bash debug/translation.bash | less
|
||||||
bash debug/translations.bash | less -S # For --list outputs
|
bash debug/translation.bash | less -S # For --list outputs
|
||||||
|
|
||||||
Repeat the above as needed (no need to re-run configure though).
|
Repeat the above as needed (no need to re-run configure though).
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,9 @@
|
||||||
## You can do whatever you want with this file.
|
## You can do whatever you want with this file.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
translation.bash
|
||||||
|
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
repeat \
|
repeat \
|
||||||
sync_flush \
|
sync_flush \
|
||||||
|
|
Loading…
Reference in a new issue