Revert "update fret diagrams regression test"
[lilypond/csorensen.git] / Documentation / topdocs / SConscript
blob7ef165cd93241e5eddfa272af96f7606082b4a7b
1 # -*-python-*-
3 Import ('env', 'src_glob', 'install')
5 tely = src_glob ('*.tely')
6 texi = src_glob ('*.texi') + map (env.TEXI, tely)
8 txt = map (env.TXT, texi)
9 html = map (env.HTML, texi)
11 env.Alias ('doc', txt)
12 env.Alias ('doc', html)
14 install (txt, env['sharedir_doc_package'])