10 Mar
2013
10 Mar
'13
1:15 a.m.
Signed-off-by: Allan McRae <allan@archlinux.org> --- So... it appears we need to look at the output of "make dist" rather than relying on return code. scripts/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index c3c1d73..784b180 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -29,7 +29,8 @@ LIBRARY = \ library/output_format.sh \ library/parseopts.sh \ library/human_to_size.sh \ - library/size_to_human.sh + library/size_to_human.sh \ + library/term_colors.sh # Files that should be removed, but which Automake does not know. MOSTLYCLEANFILES = $(bin_SCRIPTS) -- 1.8.1.5