]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/SConscript
* SConstruct (symlink): Add dvips and music-drawing-routines.ps.
[lilypond.git] / Documentation / topdocs / SConscript
1 # -*-python-*-
2
3 Import ('env')
4 tely = env['glob'] (env, '*.tely')
5 texi = env['glob'] (env, '*.texi') + map (env.TEXI, tely)
6 txt = map (env.TXT, texi)
7 html = map (env.HTML, texi)
8 env.Alias ('doc', txt)
9 env.Alias ('doc', html)
10
11 dir = env['DESTDIR'] + env['sharedir_doc_package']
12 env.Install (dir, txt)
13 env.Alias ('install', dir)