mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Initial revision
git-svn-id: svn://localhost/trunk/ardour2@4 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
commit
d09f6b3016
1253 changed files with 292928 additions and 0 deletions
9
templates/SConscript
Normal file
9
templates/SConscript
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# -*- python -*-
|
||||
|
||||
import os
|
||||
import glob
|
||||
template_files = glob.glob('*.template')
|
||||
|
||||
Import('env install_prefix')
|
||||
env.Alias('install', env.Install(os.path.join(install_prefix, 'share/ardour/templates'), template_files))
|
||||
env.Alias('tarball', env.Distribute (env['DISTTREE'], [ 'SConscript' ] + template_files))
|
||||
Loading…
Add table
Add a link
Reference in a new issue