]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/bibliography/SConscript
538cfbd3d4fa301a930fd0631b44b675557ba125
[lilypond.git] / Documentation / bibliography / SConscript
1 # -*-python-*-
2
3 Import ('env', 'src_glob')
4 bib = src_glob ('*.bib')
5 env.AT_COPY ('index.html.in')
6
7 # todo: must make html-long.bst as source too.
8 #  make as source?
9
10 map (env.BIB2HTML, bib)
11 env.Alias ('doc', bib)
12