]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Include debug/translation.bash in the distribution.
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 5 Jul 2012 04:23:17 +0000 (07:23 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 5 Jul 2012 04:49:10 +0000 (07:49 +0300)
Also fix the script name mentioned in README.

README
debug/Makefile.am

diff --git a/README b/README
index 1b02f05e3de804f0a740275fa7b8cd8602e3b064..ab8aadfb533896d8811b09ab9e0c945136f0a173 100644 (file)
--- 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).
 
index 45b4b7fd7803df30f5b3c409077f1dcabcb8c3d7..9026fd935748e321d04bd9ee3942f2fb67303d7c 100644 (file)
@@ -5,6 +5,9 @@
 ## You can do whatever you want with this file.
 ##
 
+EXTRA_DIST = \
+       translation.bash
+
 noinst_PROGRAMS = \
        repeat \
        sync_flush \