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 /debug | |
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 '')
-rw-r--r-- | debug/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ |