aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-05-25 12:51:56 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-05-25 12:51:56 +0530
commit31bb347e77f4def4cbc68eeb4d68af8867ae359d (patch)
tree56a791a698811823a6f513861c57f56235e34efa /railties/guides/source
parent99dd117d6292b66a60567fd950c7ca2bda7e01f3 (diff)
downloadrails-31bb347e77f4def4cbc68eeb4d68af8867ae359d.tar.gz
rails-31bb347e77f4def4cbc68eeb4d68af8867ae359d.tar.bz2
rails-31bb347e77f4def4cbc68eeb4d68af8867ae359d.zip
update language env variable name
Diffstat (limited to 'railties/guides/source')
-rw-r--r--railties/guides/source/ruby_on_rails_guides_guidelines.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/ruby_on_rails_guides_guidelines.textile b/railties/guides/source/ruby_on_rails_guides_guidelines.textile
index 26a5a4c3c9..9ae360a73b 100644
--- a/railties/guides/source/ruby_on_rails_guides_guidelines.textile
+++ b/railties/guides/source/ruby_on_rails_guides_guidelines.textile
@@ -62,10 +62,10 @@ To force process of all the guides, pass +ALL=1+.
It is also recommended that you work with +WARNINGS=1+. This detects duplicate IDs and warns about broken internal links.
-If you want to generate guides in languages other than English, you can keep them in a separate directory under +source+ (eg. <tt>source/es</tt>) and use the +LANGUAGE+ environment variable:
+If you want to generate guides in languages other than English, you can keep them in a separate directory under +source+ (eg. <tt>source/es</tt>) and use the +GUIDES_LANGUAGE+ environment variable:
<plain>
-rake generate_guides LANGUAGE=es
+rake generate_guides GUIDES_LANGUAGE=es
</plain>
h3. HTML Validation