From 2a9ab3a4a2ce0af9040144fd20406496dba70ddb Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 24 Sep 2013 21:52:50 -0400 Subject: Build docs when make is run. --- doc/Makefile.am | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/Makefile.am (limited to 'doc') 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 -- cgit v1.2.3