aboutsummaryrefslogtreecommitdiff
path: root/configure.ac.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-12-28 16:36:50 +0000
committerdos-reis <gdr@axiomatics.org>2007-12-28 16:36:50 +0000
commit8645652308f05ea1811cb55b674aa36188890159 (patch)
tree60e03ba9415ca73cf0dc10ba3812cd89b9665b1b /configure.ac.pamphlet
parent1f4cf76be81c29d2cb22332e53a1cac97296453e (diff)
downloadopen-axiom-8645652308f05ea1811cb55b674aa36188890159.tar.gz
Diffstat (limited to 'configure.ac.pamphlet')
-rw-r--r--configure.ac.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet
index c422b8a1..f50a3c31 100644
--- a/configure.ac.pamphlet
+++ b/configure.ac.pamphlet
@@ -703,7 +703,7 @@ this works right when one follows the installation instructions.
AC_PATH_PROG([LATEX], [latex])
AC_CHECK_PROGS([MAKEINDEX], [makeindex])
if test -n "$LATEX"; then \
- axiom_src_all="$axiom_src_all all-book"
+ :
else
AC_MSG_NOTICE([Documentation is disabled.])
fi