mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
do not include templates in a distributed version of ardour, they are useless. see the comments in templates/wscript on why this is so, and why this change was made
This commit is contained in:
parent
433e3bda70
commit
2a1b4bff48
9 changed files with 30 additions and 2249 deletions
|
|
@ -192,7 +192,6 @@ mkdir -p $MackieControl
|
|||
mkdir -p $ExportFormats
|
||||
mkdir -p $Panners
|
||||
mkdir -p $Templates
|
||||
mkdir -p $Shared/templates
|
||||
mkdir -p $Shared/doc
|
||||
|
||||
# maybe set variables
|
||||
|
|
@ -363,11 +362,11 @@ for x in $BUILD_ROOT/../mcp/*.device $BUILD_ROOT/../mcp/*.profile ; do
|
|||
done
|
||||
|
||||
# Templates
|
||||
for f in $BUILD_ROOT/../templates/* ; do
|
||||
if [ -d "$f" ] ; then
|
||||
echo Template: $f ; cp -r "$f" $Templates ;
|
||||
fi
|
||||
done
|
||||
#for f in $BUILD_ROOT/../templates/* ; do
|
||||
# if [ -d "$f" ] ; then
|
||||
# echo Template: $f ; cp -r "$f" $Templates ;
|
||||
# fi
|
||||
#done
|
||||
|
||||
# ExportFormats
|
||||
# got to be careful with names here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue