Changeset 4557 for trunk/manuals

Show
Ignore:
Timestamp:
11/01/08 12:44:03 (2 months ago)
Author:
pmoura
Message:

Added support for using the set_logtalk_flag/2 directive in source files. This directive is executed when read (thus affecting the compilation of the source code that follows) but its scope is restricted to the source file being compiled.

Location:
trunk/manuals/refman
Files:
1 added
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/refman/directives/encoding1.html

    r4038 r4557  
    77<head> 
    88    <meta http-equiv="content-type" content="application/xml+xhtml; charset=utf-8" /> 
    9     <title>Logtalk entity directive: encoding/1</title> 
     9    <title>Logtalk source file directive: encoding/1</title> 
    1010    <link rel="stylesheet" href="../../screen.css" type="text/css" media="screen"/> 
    1111    <link rel="stylesheet" href="../../print.css" type="text/css" media="print"/> 
     
    4141    <div class="copyright"> 
    4242        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    43         <span>Last updated on: January 21, 2008</span> 
     43        <span>Last updated on: October 31, 2008</span> 
    4444    </div> 
    4545    <div class="navbottom"> 
    46         <span><a href="../index.html">previous</a> | <a href="../../glossary.html">glossary</a> | <a href="../index.html">next</a></span><br/> 
     46        <span><a href="../index.html">previous</a> | <a href="../../glossary.html">glossary</a> | <a href="set_logtalk_flag2.html">next</a></span><br/> 
    4747        <span><a href="http://validator.w3.org/check/referer">XHTML</a> + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></span> 
    4848    </div> 
  • trunk/manuals/refman/index.html

    r4550 r4557  
    8181<dl class="toc-entries"> 
    8282    <dt><code><a href="directives/encoding1.html">encoding/1</a></code><span class="leader"></span><span class="page-ref"><span class="directives_encoding1"></span></span></dt> 
     83    <dt><code><a href="directives/set_logtalk_flag2.html">set_logtalk_flag/2</a></code><span class="leader"></span><span class="page-ref"><span class="directives_set_logtalk_flag2"></span></span></dt> 
    8384</dl> 
    8485 
  • trunk/manuals/refman/refman.sh

    r4507 r4557  
    2727eval $xslt_proc -o grammar.section refman.xsl grammar.html 
    2828eval $xslt_proc -o directives/encoding1.section refman.xsl directives/encoding1.html 
     29eval $xslt_proc -o directives/set_logtalk_flag2.section refman.xsl directives/set_logtalk_flag2.html 
    2930eval $xslt_proc -o directives/calls1.section refman.xsl directives/calls1.html 
    3031eval $xslt_proc -o directives/category1_3.section refman.xsl directives/category1_3.html 
     
    130131    directives.header \ 
    131132    directives/encoding1.section \ 
     133    directives/set_logtalk_flag2.section \ 
    132134    directives/calls1.section \ 
    133135    directives/category1_3.section \