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:
Paul Davis 2013-04-06 11:37:16 -04:00
parent 433e3bda70
commit 2a1b4bff48
9 changed files with 30 additions and 2249 deletions

View file

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