From bdd5dac21e779b2d43c0cd0bebaf473442d4fd2a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pawe=C5=82=20Tomulik?=
Date: Sun, 13 Jan 2013 23:40:46 +0100
Subject: [PATCH] updated info on lang-specific subdirs in
Doc/Manual/Library.html
---
Doc/Manual/Library.html | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/Doc/Manual/Library.html b/Doc/Manual/Library.html
index 1c7b84a1a..1ae3c77a3 100644
--- a/Doc/Manual/Library.html
+++ b/Doc/Manual/Library.html
@@ -66,18 +66,19 @@ Library files are included using the %include directive.
When searching for files, directories are searched in the following order:
-
+
- The current directory
- Directories specified with the -I command line option
- ./swig_lib
- SWIG library install location as reported by swig -swiglib, for example /usr/local/share/swig/1.3.30
- On Windows, a directory Lib relative to the location of swig.exe is also searched.
-
+
-Within each directory, SWIG first looks for a subdirectory corresponding to a target language (e.g., python,
-tcl, etc.). If found, SWIG will search the language specific directory first. This allows
-for language-specific implementations of library files.
+Within directories mentioned in points 3-5, SWIG first looks for a subdirectory
+corresponding to a target language (e.g., python, tcl, etc.).
+If found, SWIG will search the language specific directory first. This allows
+for language-specific implementations of library files.