aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d08eec36..25961dd3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,8 +103,6 @@ AC_PATH_PROG([LATEX], [latex])
AC_CHECK_PROGS([MAKEINDEX], [makeindex])
if test -n "$LATEX"; then \
axiom_src_all="$axiom_src_all all-book"
- axiom_src_subdirs="$axiom_src_subdirs booklets"
- AXIOM_MAKEFILE([src/booklets/Makefile])
else
AC_MSG_NOTICE([Documentation is disabled.])
fi