diff --git a/doc/v1.html b/doc/v1.html --- a/doc/v1.html +++ b/doc/v1.html @@ -544,7 +544,6 @@ LanguageError: IOError: [Errno 2] No tra

RE-INSTALL

-
  1. easy_install mercurial
  2. mkdir src
  3. @@ -555,14 +554,8 @@ LanguageError: IOError: [Errno 2] No tra
  4. python configure.py
  5. make
  6. make install
  7. -
-
-
-

System Message: WARNING/2 (v1.rst, line 295)

-Block quote ends without a blank line; unexpected unindent.
-
  1. cd ..
  2. -
  3. curl http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-4.7.7.tar.gz
  4. +
  5. wget http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-4.7.7.tar.gz
  6. tar xzf PyQt-x11-gpl-4.7.7
  7. cd PyQt-x11-gpl-4.7.7
  8. python configure.py
  9. @@ -573,12 +566,9 @@ Block quote ends without a blank line; u
  10. cd cutehg
  11. python setup.py build
  12. python setup.py install
  13. +
  14. cd ..
  15. +
  16. easy_install rhodecode, http://pypi.python.org/pypi/RhodeCode/1.0.0rc2
-
-

System Message: WARNING/2 (v1.rst, line 307)

-Enumerated list ends without a blank line; unexpected unindent.
-

22. cd .. -21. easy_install rhodecode, http://pypi.python.org/pypi/RhodeCode/1.0.0rc2

This procedure fails as before.

However, upon inspection I saw that the i18n directory was missing from my build but present in the rhodecode clone from bitbucket. While