SF.net SVN: docutils:[10212 ] trunk/sandbox/manpage-wr iter
grubert--- via Docutils-checkins <[email protected]> Wed, 20 Aug 2025 08:31:32 +0000
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 10212
http://sourceforge.net/p/docutils/code/10212
Author: grubert
Date: 2025-08-20 08:31:29 +0000 (Wed, 20 Aug 2025)
Log Message:
-----------
set path to docutils dev code
Modified Paths:
--------------
trunk/sandbox/manpage-writer/runtest
trunk/sandbox/manpage-writer/runtest-mandoc
Modified: trunk/sandbox/manpage-writer/runtest
===================================================================
--- trunk/sandbox/manpage-writer/runtest 2025-08-19 20:28:48 UTC (rev 10211)
+++ trunk/sandbox/manpage-writer/runtest 2025-08-20 08:31:29 UTC (rev 10212)
@@ -7,6 +7,8 @@
# Date: $Date$
# Copyright: This script has been placed in the public domain.
+export PYTHONPATH=../../docutils
+
IN_DIR=input
OUT_DIR=output
EXP_DIR=expected
Modified: trunk/sandbox/manpage-writer/runtest-mandoc
===================================================================
--- trunk/sandbox/manpage-writer/runtest-mandoc 2025-08-19 20:28:48 UTC (rev 10211)
+++ trunk/sandbox/manpage-writer/runtest-mandoc 2025-08-20 08:31:29 UTC (rev 10212)
@@ -24,6 +24,8 @@
# Supported values for the output argument are ascii, html, the default
# of locale, man, markdown, pdf, ps, tree, and utf8.
+export PYTHONPATH=../../docutils
+
IN_DIR=input
OUT_DIR=output-mandoc
EXP_DIR=expected-mandoc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.