##// END OF EJS Templates
Fixed i18n installation
marcink -
r589:36d54d44 default
parent child Browse files
Show More
@@ -1,5 +1,8 b''
1 1 include rhodecode/config/deployment.ini_tmpl
2 2
3 include README.rst
4 recursive-include rhodecode/i18n/ *
5
3 6 #images
4 7 recursive-include rhodecode/public/css *
5 8 recursive-include rhodecode/public/images *
@@ -1,5 +1,5 b''
1 1 [egg_info]
2 tag_build = rc2
2 tag_build = rc3
3 3 tag_svn_revision = true
4 4
5 5 [easy_install]
@@ -32,11 +32,3 b' domain = rhodecode'
32 32 input_file = rhodecode/i18n/rhodecode.pot
33 33 output_dir = rhodecode/i18n
34 34 previous = true
35
36 [build_sphinx]
37 source-dir = docs/
38 build-dir = docs/_build
39 all_files = 1
40
41 [upload_sphinx]
42 upload-dir = docs/_build/html
@@ -40,8 +40,8 b' try:'
40 40 readme_file = 'README.rst'
41 41 long_description = open(readme_file).read()
42 42 except IOError, err:
43 sys.stderr.write("[ERROR] Cannot find file specified as "
44 "long_description (%s)\n" % readme_file)
43 sys.stderr.write("[WARNING] Cannot find file specified as "
44 "long_description (%s)\n skipping that file" % readme_file)
45 45 long_description = description
46 46
47 47
General Comments 0
You need to be logged in to leave comments. Login now