mirror of https://github.com/odrling/Aegisub
install automation files to /usr/share/aegisub/automation
Originally committed to SVN as r1211.
This commit is contained in:
parent
5baa205007
commit
555992dbd5
|
@ -6,7 +6,8 @@ cat > automation/Makefile.am <<EOF
|
|||
## This file is automatically generated.
|
||||
## Please edit autogen.sh if you need to modify this file.
|
||||
|
||||
EXTRA_DIST = \\
|
||||
automationdir = $(datarootdir)/aegisub/automation
|
||||
automation_DATA = \\
|
||||
EOF
|
||||
|
||||
find automation/ -name '*.lua' -or -name '*.rb' -or -name '*.auto3' -or -name '*.txt' | sed '{s/^automation\//\t/; s/$/ \\/}' >> automation/Makefile.am
|
||||
|
|
Loading…
Reference in New Issue