Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
5c183bb4
Commit
5c183bb4
authored
May 22, 2011
by
Davis King
Browse files
Fixed a bug in makedocs
parent
ef25a8e5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/makedocs
docs/makedocs
+1
-1
No files found.
docs/makedocs
View file @
5c183bb4
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment