Syntax doc typo and rename

master
Alex Dunae 2010-12-31 14:23:39 -08:00
parent 61ce0bbbeb
commit 838f555fb9
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ Holidays are grouped by month from 1 through 12. Each entry within a month can
===== Dates defined by a fixed date (e.g. January 1st)
[<tt>wday</tt>] Integer representing day of the month (1 through 31).
[<tt>mday</tt>] Integer representing day of the month (1 through 31).
For example, the following holiday is on the first of January and available in the <tt>ca</tt>, <tt>us</tt> and <tt>au</tt> regions.

View File

@ -36,7 +36,7 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
rdoc.options << '--all' << '--inline-source' << '--line-numbers'
rdoc.options << '--charset' << 'utf-8'
rdoc.rdoc_files.include('README.rdoc')
rdoc.rdoc_files.include('data/SYNTAX')
rdoc.rdoc_files.include('data/SYNTAX.rdoc')
rdoc.rdoc_files.include('lib/holidays/MANIFEST')
rdoc.rdoc_files.include('REFERENCES')
rdoc.rdoc_files.include('CHANGELOG')