From 5baa20500734af35687856c934f1d30417e796f8 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Thu, 7 Jun 2007 23:23:30 +0000 Subject: [PATCH] fix Makefiles / dist target Originally committed to SVN as r1210. --- auto3/Makefile.am | 1 - autogen.sh | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/auto3/Makefile.am b/auto3/Makefile.am index 4dfb15274..87c623d2e 100644 --- a/auto3/Makefile.am +++ b/auto3/Makefile.am @@ -37,7 +37,6 @@ EXTRA_DIST = \ auto3.sln \ auto3.vcproj \ lua/ \ - lua/Makefile \ lua/COPYRIGHT \ lua/README lua/README.Aegisub \ diff --git a/autogen.sh b/autogen.sh index fc88c9617..1779c29b1 100644 --- a/autogen.sh +++ b/autogen.sh @@ -10,8 +10,8 @@ EXTRA_DIST = \\ EOF find automation/ -name '*.lua' -or -name '*.rb' -or -name '*.auto3' -or -name '*.txt' | sed '{s/^automation\//\t/; s/$/ \\/}' >> automation/Makefile.am -echo "\tdemos/raytracer-test1.ass \\" >> automation/Makefile.am -echo "\tv4-docs/template-scripting-ideas.ass\n\n" >> automation/Makefile.am +echo -e "\tdemos/raytracer-test1.ass \\" >> automation/Makefile.am +echo -e "\tv4-docs/template-scripting-ideas.ass\n\n" >> automation/Makefile.am autoreconf -f -i -s