ly:default-scale: don't return SCM_BOOL_F if default_global_scale exists.
[lilypond.git] / ps / SConscript
blob917e9f9b7f3b15d0aef7120c3254c8bced3e363d
1 # -*-python-*-
3 Import ('env')
5 dir = env['DESTDIR'] + env['sharedir_package_version'] + '/ps'
6 env.Install (dir, ['lilyponddefs.ps',])
7 env.Alias ('install', dir)
9 dir = env['DESTDIR'] + env['sharedir_package_version'] + '/tex'
10 env.Install (dir, ['music-drawing-routines.ps',])
11 env.Alias ('install', dir)