Fixed bug in makedocs script

This commit is contained in:
Davis King 2011-05-22 11:18:15 -04:00
parent 5b4a43639e
commit da9a228b46

View File

@ -149,7 +149,7 @@ makedocs ()
do
# 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
DATE=$DATE_TODAY
else