blob: 9c2d95e76f16a8305de61c3c7ff88259723e8ea3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
AUTOMAKE_OPTIONS = gnu
info_TEXINFOS = sly.texi
guile_TEXINFOS = audio.texi \
fdl.texi \
game.texi \
graphics.texi \
graphics/animation.texi \
graphics/color.texi \
graphics/font.texi \
graphics/sprite.texi \
graphics/texture.texi \
graphics/tileset.texi \
sly.texi \
introduction.texi \
math.texi \
math/math.texi \
math/rect.texi \
math/vector2.texi \
scripting.texi \
scripting/actions.texi \
scripting/agenda.texi \
scripting/coroutine.texi
|