> easy_install docutils or make -k (i.e. ignore this error)
Well, can't do easy_install since that is not installed (yet).
make -k gives me (snipped):
====================
rst2html.py configfiles.txt >configfiles.html
sh: rst2html.py: not found
*** Error code 1
rst2html.py writers.txt >writers.html
sh: rst2html.py: not found
*** Error code 1
rst2html.py zipfile.txt >zipfile.html
sh: rst2html.py: not found
*** Error code 1
rst2html.py metabook.txt >metabook.html
sh: rst2html.py: not found
*** Error code 1
make: Warning: Target `all' not remade because of errors
Current working directory /database_backup/tmp/mwlib-453db29322e2/docs
*** Error code 1
rst2html.py README.txt >README.html
sh: rst2html.py: not found
*** Error code 1
./make_manifest.py
sh: hg: not found
make: Warning: Target `all' not remade because of errors
====================
I assume that the last error is the script trying to launch
Mercurial? Is this safe to ignore?
Am I missing something on my end with the missing rst2html or is that
supposed to be in the source?
C.