← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 2302: - give path more clearly, the previous commit was assuming same relative path as mine.

 

------------------------------------------------------------
revno: 2302
committer: bchareyre <bchareyre@dt-rv020>
branch nick: trunk
timestamp: Tue 2010-06-29 19:50:05 +0200
message:
  - give path more clearly, the previous commit was assuming same relative path as mine.
modified:
  doc/sphinx/README


--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'doc/sphinx/README'
--- doc/sphinx/README	2010-06-29 17:45:12 +0000
+++ doc/sphinx/README	2010-06-29 17:50:05 +0000
@@ -15,9 +15,9 @@
 
 2. Python default encoding must be set to utf-8. As it is not the default, PYTHONPATH=. is used to make Python import local sitecustomize.py file at startup which changes this setting. (The value cannot be set after startup, from within the script)
 
-3. Run (from the current directory)
+3. Run (from the current directory, replacing PREFIX by the yade install path)
 
-	PYTHONPATH=. ../../../bin/yade-xxx-xxx yadeSphinx.py [optional outDir; _build by default]
+	PYTHONPATH=. PREFIX/bin/yade-xxx-xxx yadeSphinx.py [optional outDir; _build by default]
 
 It will be create/update $outDir/{html,latex}. The latex file (Yade.tex) is to be processed with xelatex (rather than latex). See README.latex for details.
 


Follow ups