Deleted Added
full compact
README (256281) README (263285)
1
2XZ Utils
3========
4
5 0. Overview
6 1. Documentation
7 1.1. Overall documentation
8 1.2. Documentation for command-line tools

--- 196 unchanged lines hidden (view full) ---

205 proof-read and test the translation.
206
207 Testing can be done e.g. by installing xz into a temporary directory:
208
209 ./configure --disable-shared --prefix=/tmp/xz-test
210 # <Edit the .po file in the po directory.>
211 make -C po update-po
212 make install
1
2XZ Utils
3========
4
5 0. Overview
6 1. Documentation
7 1.1. Overall documentation
8 1.2. Documentation for command-line tools

--- 196 unchanged lines hidden (view full) ---

205 proof-read and test the translation.
206
207 Testing can be done e.g. by installing xz into a temporary directory:
208
209 ./configure --disable-shared --prefix=/tmp/xz-test
210 # <Edit the .po file in the po directory.>
211 make -C po update-po
212 make install
213 bash debug/translations.bash | less
214 bash debug/translations.bash | less -S # For --list outputs
213 bash debug/translation.bash | less
214 bash debug/translation.bash | less -S # For --list outputs
215
216 Repeat the above as needed (no need to re-run configure though).
217
218 Note especially the following:
219
220 - The output of --help and --long-help must look nice on
221 an 80-column terminal. It's OK to add extra lines if needed.
222

--- 86 unchanged lines hidden ---
215
216 Repeat the above as needed (no need to re-run configure though).
217
218 Note especially the following:
219
220 - The output of --help and --long-help must look nice on
221 an 80-column terminal. It's OK to add extra lines if needed.
222

--- 86 unchanged lines hidden ---