"...life_sci/docs/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "d3560b71557c70ac15e93efee751ab510f09c8eb"
Commit 5c183bb4 authored by Davis King's avatar Davis King
Browse files

Fixed a bug in makedocs

parent ef25a8e5
...@@ -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 "docs/old_release_notes.xml" \ if [ "${i}" = "docs/release_notes.xml" -o ${i} = "docs/old_release_notes.xml" \
-o ${i} = "docs/change_log.xml" -o ${i} = "docs/old_change_log.xml" \ -o ${i} = "docs/change_log.xml" -o ${i} = "docs/old_change_log.xml" \
-o ${i} = "docs/index.xml" ] -o ${i} = "docs/index.xml" ]
then then
......
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