diff options
author | David Thompson <dthompson@member.fsf.org> | 2013-09-24 21:52:50 -0400 |
---|---|---|
committer | David Thompson <dthompson@member.fsf.org> | 2013-09-24 21:52:50 -0400 |
commit | 2a9ab3a4a2ce0af9040144fd20406496dba70ddb (patch) | |
tree | 66815b4ac0c5db7f07f648db1baee8f151d24a72 /doc | |
parent | cf7f5ca2946c3d58ca66b7cf780ccaafe3166947 (diff) |
Build docs when make is run.
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 |