summaryrefslogtreecommitdiffstats
path: root/docs/build.tex
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-07 16:06:53 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-07 16:06:53 +0000
commit4a834421b0600e62f0110302c0d50c52be0b282e (patch)
tree3a6258fa1df60b960a1156ee01085a4d8e3a2105 /docs/build.tex
parent7ac291d1fce18b625ae06e0219a9bdcc6ad09a7e (diff)
- Wrap long lines in the documentation, so that patches to the .tex files are more readable.
- Fix several typos (see #1163) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6018 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs/build.tex')
-rw-r--r--docs/build.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/build.tex b/docs/build.tex
index 0449c08c7..fed0ca281 100644
--- a/docs/build.tex
+++ b/docs/build.tex
@@ -96,7 +96,7 @@ kamikaze packages
$ ln -s packages/net/nmap kamikaze/package/nmap
\end{Verbatim}
-To include all packages, issue the following command :
+To include all packages, issue the following command:
\begin{Verbatim}
$ ln -s packages/*/* kamikaze/package/
@@ -291,7 +291,7 @@ directly as the Nth argument to \texttt{BuildPackage}.
\item \texttt{SECTION} \\
The type of package (currently unused)
\item \texttt{CATEGORY} \\
- Which menu it appears in menuconfig : Network, Sound, Utilities, Multimedia ...
+ Which menu it appears in menuconfig: Network, Sound, Utilities, Multimedia ...
\item \texttt{TITLE} \\
A short description of the package
\item \texttt{URL} \\
@@ -313,7 +313,7 @@ directly as the Nth argument to \texttt{BuildPackage}.
You can leave this undefined if the source doesn't use configure or has a
normal config script, otherwise you can put your own commands here or use
"\texttt{\$(call Build/Configure/Default,\textit{<first list of arguments, second list>})}" as above to
- pass in additional arguments for a standard configure script. The first list of arguments will be passed to the configure script like that : $--arg 1$ $--arg 2$. The second list contains arguments that should be defined before running the configure script such as autoconf or compiler specific variables.
+ pass in additional arguments for a standard configure script. The first list of arguments will be passed to the configure script like that: $--arg 1$ $--arg 2$. The second list contains arguments that should be defined before running the configure script such as autoconf or compiler specific variables.
\textbf{\texttt{Build/Compile} (optional):} \\
How to compile the source; in most cases you should leave this undefined.