From 8c424cc65db46449e20efa5cbabf98720e3068e6 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 28 May 2005 17:56:25 +0000 Subject: [PATCH] updated links to point to the new Building NSIS appendix git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4055 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/history.but | 2 +- Docs/src/log.but | 2 +- Docs/src/tutorial.but | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Docs/src/history.but b/Docs/src/history.but index fbcd6b4e..b8834b75 100644 --- a/Docs/src/history.but +++ b/Docs/src/history.but @@ -254,7 +254,7 @@ Released on September 24th, 2004 \S1{v2.01-rn} Release Notes -\b See \R{compiling_infos}{Compiling NSIS Sources} for information about compiling makensis on POSIX platforms +\b See \R{build_posix}{Compiling NSIS Sources} for information about compiling makensis on POSIX platforms \b NSIS doesn't create installers for Linux/Mac OS X etc., but you can compile Windows installers on these platforms diff --git a/Docs/src/log.but b/Docs/src/log.but index cf295251..e24406e6 100644 --- a/Docs/src/log.but +++ b/Docs/src/log.but @@ -4,7 +4,7 @@ \c on|\\off\\ -Sets whether install logging to $INSTDIR\\install.log will happen. $INSTDIR must have a value before you call this function or it will not work. Note that \e{NSIS_CONFIG_LOG} must be set in the compile configuration file (config.h) on compile time (it is not by default) to support this. See \R{compiling_infos}{Compiling NSIS Sources} for more information about recompiling NSIS. +Sets whether install logging to $INSTDIR\\install.log will happen. $INSTDIR must have a value before you call this function or it will not work. Note that \e{NSIS_CONFIG_LOG} must be set in the compile configuration file (config.h) on compile time (it is not by default) to support this. See \R{build}{Building NSIS} for more information about recompiling NSIS. \S2{logtext} LogText diff --git a/Docs/src/tutorial.but b/Docs/src/tutorial.but index f754c187..93abd5f1 100644 --- a/Docs/src/tutorial.but +++ b/Docs/src/tutorial.but @@ -167,7 +167,7 @@ The compiler will check your script and give you warnings or an error. If an err NSIS supports different compression methods, as explained \R{asetcompressor}{here}. ZLIB is the default compression method, which is fast and uses only a little bit of memory. LZMA is a good method for the creation of small installers for internet distribution. BZIP2 usually compresses better than ZLIB but not as good as LZMA, it is useful if you need lower memory usage or fast script compilation. -It it also possible to compile Windows installer on Linux, BSD or Mac OS X servers. See \R{compiling_infos}{Compiling NSIS Sources} for details. +It it also possible to compile Windows installer on Linux, BSD or Mac OS X servers. See \R{build}{Building NSIS} for details. \H{tutmodernui} Modern UI