Changeset 4557 for trunk/manuals
- Timestamp:
- 11/01/08 12:44:03 (2 months ago)
- Location:
- trunk/manuals/refman
- Files:
-
- 1 added
- 3 modified
-
directives/encoding1.html (modified) (2 diffs)
-
directives/set_logtalk_flag2.html (added)
-
index.html (modified) (1 diff)
-
refman.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/refman/directives/encoding1.html
r4038 r4557 7 7 <head> 8 8 <meta http-equiv="content-type" content="application/xml+xhtml; charset=utf-8" /> 9 <title>Logtalk entitydirective: encoding/1</title>9 <title>Logtalk source file directive: encoding/1</title> 10 10 <link rel="stylesheet" href="../../screen.css" type="text/css" media="screen"/> 11 11 <link rel="stylesheet" href="../../print.css" type="text/css" media="print"/> … … 41 41 <div class="copyright"> 42 42 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <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> 44 44 </div> 45 45 <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/> 47 47 <span><a href="http://validator.w3.org/check/referer">XHTML</a> + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></span> 48 48 </div> -
trunk/manuals/refman/index.html
r4550 r4557 81 81 <dl class="toc-entries"> 82 82 <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> 83 84 </dl> 84 85 -
trunk/manuals/refman/refman.sh
r4507 r4557 27 27 eval $xslt_proc -o grammar.section refman.xsl grammar.html 28 28 eval $xslt_proc -o directives/encoding1.section refman.xsl directives/encoding1.html 29 eval $xslt_proc -o directives/set_logtalk_flag2.section refman.xsl directives/set_logtalk_flag2.html 29 30 eval $xslt_proc -o directives/calls1.section refman.xsl directives/calls1.html 30 31 eval $xslt_proc -o directives/category1_3.section refman.xsl directives/category1_3.html … … 130 131 directives.header \ 131 132 directives/encoding1.section \ 133 directives/set_logtalk_flag2.section \ 132 134 directives/calls1.section \ 133 135 directives/category1_3.section \
