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
a75402cb
Commit
a75402cb
authored
May 15, 2011
by
Davis King
Browse files
Fixed a bit of a bug in the makedocs script
parent
3fcf5e5a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
docs/.logger_revnum
docs/.logger_revnum
+1
-1
docs/makedocs
docs/makedocs
+3
-3
No files found.
docs/.logger_revnum
View file @
a75402cb
b4566fa0b468
ac89fbf609a6
docs/makedocs
View file @
a75402cb
...
@@ -68,8 +68,9 @@ makedocs ()
...
@@ -68,8 +68,9 @@ makedocs ()
# get XML versions of the change logs
# get XML versions of the change logs
BASE_LOGGER_REVNUM=`echo $LOGGER_REVNUM - 1000 | bc`
BASE_LOGGER_REVNUM=`echo $LOGGER_REVNUM - 1000 | bc`
echo Getting the mercurial change logs for revisions $LOGGER_REVNUM:$REVISION
NEXT_LOGGER_REVNUM=`echo $LOGGER_REVNUM + 1 | bc`
hg log ../dlib --style=xml -r$LOGGER_REVNUM:$REVISION > docs/log.txt || report_failure
echo Getting the mercurial change logs for revisions $NEXT_LOGGER_REVNUM:$REVISION
hg log ../dlib --style=xml -r$NEXT_LOGGER_REVNUM:$REVISION > docs/log.txt || report_failure
echo Getting the mercurial change logs for revisions $BASE_LOGGER_REVNUM:$LOGGER_REVNUM
echo Getting the mercurial change logs for revisions $BASE_LOGGER_REVNUM:$LOGGER_REVNUM
hg log ../dlib --style=xml -r$BASE_LOGGER_REVNUM:$LOGGER_REVNUM > docs/old_log.txt || report_failure
hg log ../dlib --style=xml -r$BASE_LOGGER_REVNUM:$LOGGER_REVNUM > docs/old_log.txt || report_failure
...
@@ -119,7 +120,6 @@ makedocs ()
...
@@ -119,7 +120,6 @@ makedocs ()
cp docs/cache/examples/CMakeLists.txt docs/web/examples
cp docs/cache/examples/CMakeLists.txt docs/web/examples
mkdir docs/chm/docs/examples || report_failure
mkdir docs/chm/docs/examples || report_failure
cp docs/cache/examples/CMakeLists.txt docs/chm/docs/examples
cp docs/cache/examples/CMakeLists.txt docs/chm/docs/examples
rm -rf docs/cache
cp docs/*.gif docs/web
cp docs/*.gif docs/web
cp docs/*.gif docs/chm/docs
cp docs/*.gif docs/chm/docs
cp docs/*.html docs/web
cp docs/*.html docs/web
...
...
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