~lvh/twisted/lore-docfix-4682

« back to all changes in this revision

Viewing changes to doc/core/development/policy/svn-dev.xhtml

  • Committer: Laurens Van Houtven
  • Date: 2010-10-11 22:10:48 UTC
  • Revision ID: lvh@laurensvh.be-20101011221048-puyfv4fefcym12yv
doc/howto -> doc/core/howto in svn-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
instead.</p>
149
149
 
150
150
<p>To build the HTML form of the howto/ docs, do the following. Note that
151
 
the index file will be placed in <code>doc/howto/index.html</code>.</p>
 
151
the index file will be placed in <code>doc/core/howto/index.html</code>.</p>
152
152
 
153
153
<pre class="shell">
154
 
./bin/lore/lore -p --config template=doc/howto/template.tpl doc/howto/*.xhtml
 
154
./bin/lore/lore -p --config template=doc/core/howto/template.tpl doc/core/howto/*.xhtml
155
155
</pre>
156
156
 
157
157
<p>To run hlint over a single Lore document, such as
168
168
<code>doc/development/policy/svn-dev.html</code>:</p>
169
169
 
170
170
<pre class="shell">
171
 
./bin/lore/lore -p --config template=doc/howto/template.tpl \
 
171
./bin/lore/lore -p --config template=doc/core/howto/template.tpl \
172
172
   doc/development/policy/svn-dev.xhtml
173
173
</pre>
174
174