summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2012-07-05 07:23:17 +0300
committerLasse Collin <lasse.collin@tukaani.org>2012-07-05 07:23:17 +0300
commit672eccf57c31a40dfb956b7662db06d43e18618e (patch)
treed1d4b82700e1ba60d61ade6f14fa6ab694d708ab /README
parentcafb523adac1caf305e70a04bc37f25602bf990c (diff)
downloadxz-672eccf57c31a40dfb956b7662db06d43e18618e.tar.gz
Include debug/translation.bash in the distribution.
Also fix the script name mentioned in README.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 1b02f05..ab8aadf 100644
--- a/README
+++ b/README
@@ -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).