diff options
author | carmen rocco <ix9@users.sourceforge.net> | 2005-06-20 06:04:52 +0000 |
---|---|---|
committer | carmen rocco <ix9@users.sourceforge.net> | 2005-06-20 06:04:52 +0000 |
commit | 8738ed7ec6ae7868fe97825d64ba7ba99828aef5 (patch) | |
tree | abf924d18663161ae5892d03a6b662f2eb3f748a | |
parent | 04a2f994c099d12f32ab61e7cee41b5c6089cdee (diff) |
moving docs out of 5.reference, adding ann
svn path=/trunk/externals/unauthorized/; revision=3223
-rw-r--r-- | SConscript | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -2,7 +2,6 @@ import glob import os import re Import('env prefix') -#env.Append(CPPPATH = '/usr/include/speex') for tk in glob.glob('*/*.tk'): (dir, file) = os.path.split(tk) @@ -15,6 +14,4 @@ for extra in glob.glob('*/*.c'): env.Alias('install', env.Install(os.path.join(prefix, 'extra'), unauthorized)) Default(unauthorized) -env.Alias('install', env.Install(os.path.join(prefix, 'doc/5.reference'), glob.glob('*/*.pd'))) - - +env.Alias('install', env.Install(os.path.join(prefix, 'doc/unauthorized'), glob.glob('*/*.pd'))) |