install automation files to /usr/share/aegisub/automation

Originally committed to SVN as r1211.
This commit is contained in:
David Lamparter 2007-06-07 23:26:06 +00:00
parent 5baa205007
commit 555992dbd5
1 changed files with 2 additions and 1 deletions

View File

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