fix Makefiles / dist target

Originally committed to SVN as r1210.
This commit is contained in:
David Lamparter 2007-06-07 23:23:30 +00:00
parent ecd060a70b
commit 5baa205007
2 changed files with 2 additions and 3 deletions

View File

@ -37,7 +37,6 @@ EXTRA_DIST = \
auto3.sln \
auto3.vcproj \
lua/ \
lua/Makefile \
lua/COPYRIGHT \
lua/README
lua/README.Aegisub \

View File

@ -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