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
da9a228b
Commit
da9a228b
authored
May 22, 2011
by
Davis King
Browse files
Fixed bug in makedocs script
parent
5b4a4363
Changes
1
Hide 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 @
da9a228b
...
@@ -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.
ht
ml" ]
if [ "${i}" = "docs/release_notes.xml" -o ${i} = "docs/change_log.xml" -o ${i} = "docs/old_change_log.xml" -o ${i} = "docs/index.
x
ml" ]
then
then
DATE=$DATE_TODAY
DATE=$DATE_TODAY
else
else
...
...
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