diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2012-07-05 07:23:17 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2012-07-05 07:49:10 +0300 |
commit | dd95b5e7614baf1f07a1316b5106bd616a9efa79 (patch) | |
tree | 2a626432365c8330cd788d32de05e025b2892c84 /README | |
parent | xz: Update man page date to match the latest update. (diff) | |
download | xz-dd95b5e7614baf1f07a1316b5106bd616a9efa79.tar.xz |
Include debug/translation.bash in the distribution.
Also fix the script name mentioned in README.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -210,8 +210,8 @@ XZ Utils # <Edit the .po file in the po directory.> make -C po update-po make install - bash debug/translations.bash | less - bash debug/translations.bash | less -S # For --list outputs + bash debug/translation.bash | less + bash debug/translation.bash | less -S # For --list outputs Repeat the above as needed (no need to re-run configure though). |