]> git.donarmstrong.com Git - lilypond.git/blob - tex/SConscript
* SConstruct (symlink): Add dvips and music-drawing-routines.ps.
[lilypond.git] / tex / SConscript
1 # -*-python-*-
2
3 Import ('env')
4 sources = env['src_glob'] (env, '*.tex') + ['latin1.enc']
5 dir = env['DESTDIR'] + env['sharedir_package_version'] + '/tex'
6 env.Install (dir, sources)
7 env.Alias ('install', dir)