/[navidoc]/navidoc/navidoc/directives/pegboard.py
ViewVC logotype

Diff of /navidoc/navidoc/directives/pegboard.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by humppake, Tue Apr 1 09:30:28 2003 UTC revision 1.13 by humppake, Tue Apr 1 13:54:09 2003 UTC
# Line 136  def build_pegtable(): Line 136  def build_pegtable():
136          rstfiles = [f for f in peg['files'] if f.endswith('.rst')]          rstfiles = [f for f in peg['files'] if f.endswith('.rst')]
137    
138          config.dbg.mute('docutils')          config.dbg.mute('docutils')
139            config.mp_eps_only = 1
140          for rstfile in rstfiles:          for rstfile in rstfiles:
141              config.input_filename = rstfile              config.input_filename = rstfile
142              config.output_filename = ''              config.output_filename = ''
# Line 178  def build_pegtable(): Line 179  def build_pegtable():
179                  dbg_fail('PEG %s: Docutil raised an exception while converting %s. ' % (pegdir, rstfile))                  dbg_fail('PEG %s: Docutil raised an exception while converting %s. ' % (pegdir, rstfile))
180                  dbg_fail('Conversion failed and HTML not created.\n')                  dbg_fail('Conversion failed and HTML not created.\n')
181          config.dbg.enable('docutils')          config.dbg.enable('docutils')
182            config.mp_eps_only = 0
183    
184          if not peg['html']:          if not peg['html']:
185              for file in peg['files']:              for file in peg['files']:

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26