From 672eccf57c31a40dfb956b7662db06d43e18618e Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Thu, 5 Jul 2012 07:23:17 +0300 Subject: [PATCH] Include debug/translation.bash in the distribution. Also fix the script name mentioned in README. --- README | 4 ++-- debug/Makefile.am | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README b/README index 1b02f05e..ab8aadfb 100644 --- a/README +++ b/README @@ -210,8 +210,8 @@ XZ Utils # 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). diff --git a/debug/Makefile.am b/debug/Makefile.am index 45b4b7fd..9026fd93 100644 --- a/debug/Makefile.am +++ b/debug/Makefile.am @@ -5,6 +5,9 @@ ## You can do whatever you want with this file. ## +EXTRA_DIST = \ + translation.bash + noinst_PROGRAMS = \ repeat \ sync_flush \