summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@member.fsf.org>2013-09-24 21:52:50 -0400
committerDavid Thompson <dthompson@member.fsf.org>2013-09-24 21:52:50 -0400
commit2a9ab3a4a2ce0af9040144fd20406496dba70ddb (patch)
tree66815b4ac0c5db7f07f648db1baee8f151d24a72 /configure.ac
parentcf7f5ca2946c3d58ca66b7cf780ccaafe3166947 (diff)
Build docs when make is run.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f903879..fbaf891 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ else
AC_MSG_ERROR([Guile 2.0 required.])
fi
-AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([Makefile doc/Makefile])
AC_CONFIG_FILES([env], [chmod +x env])
PKG_CHECK_MODULES([SDL], [sdl <= 1.3 sdl >= 1.2])