/[navidoc]/navidoc/rst2any.py
ViewVC logotype

Diff of /navidoc/rst2any.py

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

revision 1.29 by humppake, Thu Jun 5 07:42:45 2003 UTC revision 1.30 by humppake, Thu Jun 5 11:05:07 2003 UTC
# Line 97  def rst2any(input): Line 97  def rst2any(input):
97    
98      dbg_config('Working directory: '+config.working_directory)      dbg_config('Working directory: '+config.working_directory)
99      dbg_config('Input file: '+config.input_filename)      dbg_config('Input file: '+config.input_filename)
     config.read_config(config, config.navidoc_conf)  
100    
101      navidoc.link.docxx.__init__() # init Doc++ linking information      if (config.read_navidoc_conf != config.navidoc_conf):
102      # of course that could be done everytime, when processing a clink, but...          config.read_config(config, config.navidoc_conf)
103            navidoc.link.docxx.__init__() # init Doc++ linking information
104            # of course that could be done everytime, when processing a clink, but...
105            config.read_navidoc_conf = config.navidoc_conf
106    
107      if html:      if html:
108          dbg('Compiling ReST '+input)          dbg('Compiling ReST '+input)

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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