aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLibravatarLibravatar william <william@25tandclement.com> 2014-03-22 22:08:49 -0700
committerLibravatarLibravatar william <william@25tandclement.com> 2014-03-22 22:08:49 -0700
commit0933feaf8f838d04bfac88e182b9f8d16504c950 (patch)
tree1269449a1de236ddd8e2a610096915597c1aeff8 /doc
parent0779edda662fb82d619a9d1aa31999bbac03a98b (diff)
downloadluaossl-0933feaf8f838d04bfac88e182b9f8d16504c950.tar.gz
luaossl-0933feaf8f838d04bfac88e182b9f8d16504c950.tar.bz2
luaossl-0933feaf8f838d04bfac88e182b9f8d16504c950.zip
make documentation agree with how the targets work wrt Lua 5.3
Diffstat (limited to 'doc')
-rw-r--r--doc/luaossl.tex12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/luaossl.tex b/doc/luaossl.tex
index 3d33422..0aac6c3 100644
--- a/doc/luaossl.tex
+++ b/doc/luaossl.tex
@@ -141,7 +141,7 @@ The Makefile requires GNU Make, usually installed as gmake on platforms other th
\chapter{Installation}
-All the C modules are built into a single core C library. The core routines are then wrapped and extended through Lua modules. Because there several extant versions of Lua often used in parallel on the same system, there are individual targets to build and install for each supported Lua version. The targets \texttt{all} and \texttt{install} will attempt to build and install all supported versions.
+All the C modules are built into a single core C library. The core routines are then wrapped and extended through Lua modules. Because there several extant versions of Lua often used in parallel on the same system, there are individual targets to build and install for each supported Lua version. The targets \texttt{all} and \texttt{install} will attempt to build and install both Lua 5.1 and 5.2 modules.
Note that building and installation and can accomplished in a single step by simply invoking one of the install targets with all the necessary variables defined.
@@ -155,7 +155,7 @@ All the common GNU-style compiler variables are supported, including \texttt{CC}
\begin{description}
\item[\texttt{all}] \hfill \\
-Build modules for Lua 5.1, 5.2, and 5.3.
+Build modules for Lua 5.1 and 5.2.
\item[\texttt{all5.1}] \hfill \\
Build Lua 5.1 module.
@@ -186,6 +186,12 @@ Install path for Lua 5.2 modules, e.g. \texttt{\$(prefix)/share/lua/5.2}
\item[\texttt{lua52cpath}] \hfill \\
Install path for Lua 5.2 C modules, e.g. \texttt{\$(prefix)/lib/lua/5.2}
+\item[\texttt{lua53path}] \hfill \\
+Install path for Lua 5.3 modules, e.g. \texttt{\$(prefix)/share/lua/5.3}
+
+\item[\texttt{lua53cpath}] \hfill \\
+Install path for Lua 5.3 C modules, e.g. \texttt{\$(prefix)/lib/lua/5.3}
+
\end{description}
\subsection{Targets}
@@ -193,7 +199,7 @@ Install path for Lua 5.2 C modules, e.g. \texttt{\$(prefix)/lib/lua/5.2}
\begin{description}
\item[\texttt{install}] \hfill \\
-Install modules for Lua 5.1, 5.2, and 5.3.
+Install modules for Lua 5.1 and 5.2.
\item[\texttt{install5.1}] \hfill \\
Install Lua 5.1 module.