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
ef25a8e5
Commit
ef25a8e5
authored
May 22, 2011
by
Davis King
Browse files
Made the old release notes page also display the current release date as
it's last modified time.
parent
da9a228b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
docs/makedocs
docs/makedocs
+3
-1
No files found.
docs/makedocs
View file @
ef25a8e5
...
@@ -149,7 +149,9 @@ makedocs ()
...
@@ -149,7 +149,9 @@ 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.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
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