diff --git a/docs/makedocs b/docs/makedocs index f49a262db..7632741d1 100755 --- a/docs/makedocs +++ b/docs/makedocs @@ -149,7 +149,9 @@ 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.xml" ] + if [ "${i}" = "docs/release_notes.xml" -o "docs/old_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