Commit da9a228b authored by Davis King's avatar Davis King

Fixed bug in makedocs script

parent 5b4a4363
...@@ -149,7 +149,7 @@ makedocs () ...@@ -149,7 +149,7 @@ makedocs ()
do do
# The last modified date for these files should always be the release date (regardless of when the actual xml files were modified). # The last modified date for these files should always be the release date (regardless of when the actual xml files were modified).
if [ "${i}" = "docs/release_notes.xml" -o ${i} = "docs/change_log.xml" -o ${i} = "docs/old_change_log.xml" -o ${i} = "docs/index.html" ] if [ "${i}" = "docs/release_notes.xml" -o ${i} = "docs/change_log.xml" -o ${i} = "docs/old_change_log.xml" -o ${i} = "docs/index.xml" ]
then then
DATE=$DATE_TODAY DATE=$DATE_TODAY
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment