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

@ -126,7 +126,6 @@ mkdir -p $MidiMaps
mkdir -p $ExportFormats
mkdir -p $Templates
mkdir -p $Frameworks/modules
mkdir -p $Shared/templates
mkdir -p $Etc
mkdir -p $MackieControl
@ -306,11 +305,11 @@ for f in $BUILD_ROOT/../export/*.preset $BUILD_ROOT/../export/*.format ; do
done
# Session and Route templates
for f in $BUILD_ROOT/../templates/* ; do
if [ -d "$f" ] ; then
cp -r "$f" $Templates ;
fi
done
#for f in $BUILD_ROOT/../templates/* ; do
# if [ -d "$f" ] ; then
# cp -r "$f" $Templates ;
# fi
#done
# MidiMaps
# got to be careful with names here