SF.net SVN: docutils:[10349 ] trunk/sandbox/infrastruc ture/docutils-update.local
grubert--- via Docutils-checkins <[email protected]> Thu, 11 Jun 2026 14:31:49 +0000
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 10349
http://sourceforge.net/p/docutils/code/10349
Author: grubert
Date: 2026-06-11 14:31:47 +0000 (Thu, 11 Jun 2026)
Log Message:
-----------
FIX rstpep and html tool calling to use --output=
Modified Paths:
--------------
trunk/sandbox/infrastructure/docutils-update.local
Modified: trunk/sandbox/infrastructure/docutils-update.local
===================================================================
--- trunk/sandbox/infrastructure/docutils-update.local 2026-06-11 07:46:01 UTC (rev 10348)
+++ trunk/sandbox/infrastructure/docutils-update.local 2026-06-11 14:31:47 UTC (rev 10349)
@@ -253,11 +253,11 @@
if [ $unconditional -eq 1 -o $txtfile -nt $htmlfile ] ; then
if [ "${base:0:4}" == "pep-" ] ; then
print_feedback "$txtfile (PEP)"
- python $lib/tools/rstpep2html.py --config=$dir/docutils.conf $txtfile $htmlfile
+ python $lib/tools/rstpep2html.py --config=$dir/docutils.conf $txtfile --output=$htmlfile
haschanges=1
else
print_feedback "$txtfile"
- python $lib/tools/rst2html5.py --config=$dir/docutils.conf $txtfile $htmlfile
+ python $lib/tools/rst2html5.py --config=$dir/docutils.conf $txtfile --output=$htmlfile
haschanges=1
fi
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.