[Puzzler-checkins] SF.net SVN: puzzler:[658] trunk/misc/infrastructure/puzzler-update-local
Brought to you by:
goodger
From: <go...@us...> - 2019-10-03 01:44:25
|
Revision: 658 http://sourceforge.net/p/puzzler/code/658 Author: goodger Date: 2019-10-03 01:44:23 +0000 (Thu, 03 Oct 2019) Log Message: ----------- made Python version & tool path for site building explicit Modified Paths: -------------- trunk/misc/infrastructure/puzzler-update-local Modified: trunk/misc/infrastructure/puzzler-update-local =================================================================== --- trunk/misc/infrastructure/puzzler-update-local 2019-10-03 01:36:39 UTC (rev 657) +++ trunk/misc/infrastructure/puzzler-update-local 2019-10-03 01:44:23 UTC (rev 658) @@ -89,7 +89,7 @@ fi update_htdocs_source cd htdocs - buildhtml.py + python2 ~/projects/docutils/docutils/tools/buildhtml.py echo '...puzzler-update-local initial setup done.' exit fi @@ -137,7 +137,7 @@ if [ $quiet -eq 0 ] ; then echo $txtfile fi - rst2html.py --config=$dir/docutils.conf $txtfile $htmlfile + python2 ~/projects/docutils/docutils/tools/rst2html.py --config=$dir/docutils.conf $txtfile $htmlfile fi fi done This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |