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
cd25356e
Commit
cd25356e
authored
May 27, 2013
by
Davis King
Browse files
Fixed bug in makerel script related to the new python examples.
parent
0dd6aad1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
docs/makedocs
docs/makedocs
+5
-3
docs/makerel
docs/makerel
+1
-0
No files found.
docs/makedocs
View file @
cd25356e
...
...
@@ -105,7 +105,6 @@ makedocs ()
mv cache.$$/dlib docs/cache/
mv cache.$$/examples docs/cache/
mv cache.$$/python_examples docs/cache/
htmlify_python docs/cache/python_examples/
mv cache.$$/tools docs/cache/
rm -rf cache.$$
...
...
@@ -145,8 +144,11 @@ makedocs ()
cp docs/cache/examples/CMakeLists.txt docs/web/examples
mkdir docs/chm/docs/examples || report_failure
cp docs/cache/examples/CMakeLists.txt docs/chm/docs/examples
cp docs/cache/python_examples/*.py.html docs/chm/docs/
cp docs/cache/python_examples/*.py.html docs/web/
cp docs/cache/python_examples/*.py docs/chm/docs/
cp docs/cache/python_examples/*.py docs/web/
htmlify_python docs/chm/docs/
htmlify_python docs/web/
cp docs/*.gif docs/web
cp docs/*.gif docs/chm/docs
...
...
docs/makerel
View file @
cd25356e
...
...
@@ -51,6 +51,7 @@ mkdir $RELDIR
cd
$RELDIR
||
report_failure
cp
-r
../../docs/cache/dlib
.
||
report_failure
cp
-r
../../docs/cache/examples
.
||
report_failure
cp
-r
../../docs/cache/python_examples
.
||
report_failure
cp
-r
../../docs/cache/tools
.
||
report_failure
echo
Version:
$RELEASE
>>
dlib/README.txt
...
...
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