diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..f69f391 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,24 @@ +AUTOMAKE_OPTIONS = gnu + +info_TEXINFOS = guile-2d.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 \ + guile-2d.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 |