From 489b16bb8ffb16764d8a4327743482b7cbe58df4 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 1 Jul 2005 20:40:19 +0000 Subject: [PATCH] added link from !include to !addincludedir git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4151 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/compiler.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/compiler.but b/Docs/src/compiler.but index 8a175cef..10738b45 100644 --- a/Docs/src/compiler.but +++ b/Docs/src/compiler.but @@ -8,7 +8,7 @@ These commands are similar to the C preprocessor in terms of purpose and functio \c file -This command will include 'file' as if it was part of the original script. Note that if a file is included in another directory, the current directory is still where the script was compiled from (not where the included file resides). If the compiler can't find the file it will look for it in every include directory. See !addincludedir for more information. +This command will include 'file' as if it was part of the original script. Note that if a file is included in another directory, the current directory is still where the script was compiled from (not where the included file resides). If the compiler can't find the file it will look for it in every include directory. See \R{addincludedir}{!addincludedir} for more information. \c !include WinMessages.nsh \c !include Library.nsh