diff options
author | John Mandereau <john.mandereau@gmail.com> | 2009-01-05 03:32:44 +0100 |
---|---|---|
committer | John Mandereau <john.mandereau@gmail.com> | 2009-01-05 03:32:44 +0100 |
commit | 24cd9ffc8b5a4ea03a29414eb7ae038a2d568d45 (patch) | |
tree | 5372d4682054a2f3fea1549fd36f42fd075cd6a0 /ps | |
parent | 543171165412bc915d8ea1f308d070c74924b2f1 (diff) |
Remove SCons traces because of unmaintained state
Diffstat (limited to 'ps')
-rw-r--r-- | ps/SConscript | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ps/SConscript b/ps/SConscript deleted file mode 100644 index 917e9f9b7f..0000000000 --- a/ps/SConscript +++ /dev/null @@ -1,11 +0,0 @@ -# -*-python-*- - -Import ('env') - -dir = env['DESTDIR'] + env['sharedir_package_version'] + '/ps' -env.Install (dir, ['lilyponddefs.ps',]) -env.Alias ('install', dir) - -dir = env['DESTDIR'] + env['sharedir_package_version'] + '/tex' -env.Install (dir, ['music-drawing-routines.ps',]) -env.Alias ('install', dir) |