set path to docutils dev code

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@10212 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
This commit is contained in:
grubert
2025-08-20 08:31:29 +00:00
parent b526dd4450
commit 65483b8d8b
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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