diff options
| -rwxr-xr-x | manual.en.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/manual.en.html b/manual.en.html index 17f213a..86eb33d 100755 --- a/manual.en.html +++ b/manual.en.html @@ -301,7 +301,7 @@ preprocessor symbol <var>Includedir</var>. These files should normally be  architecture-independent.</p></li>  <li><p>If you have architecture-specific source files that you need to make -available to other software that uses your libraries, then you should refactor +available to other software that uses your libraries, then you should restructure  your code to encapsulate the architecture-specific bits in the compiled code  and keep the API clean. But if you really must install such files, then you may  put them under a separate subdirectory of <var>stage_archincludedir</var>. |