diff Makefile.in @ 3367:cfcbe03c9160

installer: Enable documentation build and add to installer. * makefile: add ENABLE_DOCS variable. * configure.ac: add --enable-docs arg (default yes) * makeinst-script.sh: - fix some \ vs \\ issues in script. - add shortcuts for documentation (if docs were created) * octave.mk: use --enable-docs if ENABLE_DOCS variable is yes, and install html and PDF docs.
author John Donoghue <john.donoghue@ieee.org>
date Mon, 09 Dec 2013 20:23:14 -0500
parents 290e049823c9
children 796da09563d0
line wrap: on
line diff
--- a/Makefile.in	Sun Dec 08 20:51:14 2013 -0500
+++ b/Makefile.in	Mon Dec 09 20:23:14 2013 -0500
@@ -47,6 +47,9 @@
 # Attempt to build LLVM and enable Octave's experimental JIT compiler.
 ENABLE_JIT := @ENABLE_JIT@
 
+# Build octave docs 
+ENABLE_DOCS := @ENABLE_DOCS@
+
 # Use openblas for octave
 ENABLE_OPENBLAS := @ENABLE_OPENBLAS@