mirror of https://github.com/odrling/Aegisub
fix Makefiles / dist target
Originally committed to SVN as r1210.
This commit is contained in:
parent
ecd060a70b
commit
5baa205007
|
@ -37,7 +37,6 @@ EXTRA_DIST = \
|
|||
auto3.sln \
|
||||
auto3.vcproj \
|
||||
lua/ \
|
||||
lua/Makefile \
|
||||
lua/COPYRIGHT \
|
||||
lua/README
|
||||
lua/README.Aegisub \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue