summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-12-07 20:12:07 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-12-07 20:12:07 -0500
commitb41a57d0542c4a3941a97514130070d931aab956 (patch)
treed5f5c5b8561bd64f146a59d8472fd105d7649ce4 /doc/Makefile.am
parent95fa10b75d11b8b2e0db11301bd1d061d29bacea (diff)
doc: Begin rewriting manual.
* doc/Makefile.am (guile_TEXINFOS): Delete. (sly_TEXINFOS): New variable. * doc/sly.texi: Rewrite. * doc/api/signals.texi: New file.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am23
1 files changed, 3 insertions, 20 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9c2d95e..b26a64e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2,23 +2,6 @@ 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
+sly_TEXINFOS = \
+ fdl.texi \
+ api/signals.texi