-
Committer:
John Arbash Meinel
-
Date:
2009-07-14 15:01:19 UTC
-
mto:
(4526.2.4 1.17)
-
mto:
This revision was merged to the branch mainline in
revision
4554.
-
Revision ID:
john@arbash-meinel.com-20090714150119-mbalfuwuwhbkpn8r
instead of updating PYTHONPATH in Makefile, update generate_docs to find bzrlib.
PYTHONPATH cannot be set portably between OSes (win32 requires ';' separation, versus ':'
on other platforms.)
Rather than work out how to get platform independent Makefile, just do it in python.