gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] navidoc/navidoc/directives pegboard.py


From: Asko Soukka
Subject: [Gzz-commits] navidoc/navidoc/directives pegboard.py
Date: Wed, 04 Jun 2003 08:42:06 -0400

CVSROOT:        /cvsroot/navidoc
Module name:    navidoc
Changes by:     Asko Soukka <address@hidden>    03/06/04 08:42:06

Modified files:
        navidoc/directives: pegboard.py 

Log message:
        fix

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/navidoc/directives/pegboard.py.diff?tr1=1.20&tr2=1.21&r1=text&r2=text

Patches:
Index: navidoc/navidoc/directives/pegboard.py
diff -u navidoc/navidoc/directives/pegboard.py:1.20 
navidoc/navidoc/directives/pegboard.py:1.21
--- navidoc/navidoc/directives/pegboard.py:1.20 Thu May 22 06:52:20 2003
+++ navidoc/navidoc/directives/pegboard.py      Wed Jun  4 08:42:06 2003
@@ -19,7 +19,7 @@
 # MA  02111-1307  USA
 # 
 
-# $Id: pegboard.py,v 1.20 2003/05/22 10:52:20 humppake Exp $
+# $Id: pegboard.py,v 1.21 2003/06/04 12:42:06 humppake Exp $
 
 #
 # Written by Benja Fallensten, Vesa Kaihlavirta, Asko Soukka
@@ -143,7 +143,7 @@
             pub = Publisher()
             pub.set_reader('standalone', None, 'restructuredtext')
             filename = slashify(config.working_directory)+rstfile
-            pub.process_command_line(argv=('--config '+config.docutils+' 
'+filename+'').split())
+            pub.process_command_line(argv=('--config '+config.docutils_conf+' 
'+filename+'').split())
             
             #conversion may fail because of bad restructuredtext
             try:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]