Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
cd25356e
Commit
cd25356e
authored
May 27, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bug in makerel script related to the new python examples.
parent
0dd6aad1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
makedocs
docs/makedocs
+5
-3
makerel
docs/makerel
+1
-0
No files found.
docs/makedocs
View file @
cd25356e
...
@@ -105,7 +105,6 @@ makedocs ()
...
@@ -105,7 +105,6 @@ makedocs ()
mv cache.$$/dlib docs/cache/
mv cache.$$/dlib docs/cache/
mv cache.$$/examples docs/cache/
mv cache.$$/examples docs/cache/
mv cache.$$/python_examples docs/cache/
mv cache.$$/python_examples docs/cache/
htmlify_python docs/cache/python_examples/
mv cache.$$/tools docs/cache/
mv cache.$$/tools docs/cache/
rm -rf cache.$$
rm -rf cache.$$
...
@@ -145,8 +144,11 @@ makedocs ()
...
@@ -145,8 +144,11 @@ 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
cp docs/cache/python_examples/*.py.html docs/chm/docs/
cp docs/cache/python_examples/*.py docs/chm/docs/
cp docs/cache/python_examples/*.py.html docs/web/
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/web
cp docs/*.gif docs/chm/docs
cp docs/*.gif docs/chm/docs
...
...
docs/makerel
View file @
cd25356e
...
@@ -51,6 +51,7 @@ mkdir $RELDIR
...
@@ -51,6 +51,7 @@ mkdir $RELDIR
cd
$RELDIR
||
report_failure
cd
$RELDIR
||
report_failure
cp
-r
../../docs/cache/dlib
.
||
report_failure
cp
-r
../../docs/cache/dlib
.
||
report_failure
cp
-r
../../docs/cache/examples
.
||
report_failure
cp
-r
../../docs/cache/examples
.
||
report_failure
cp
-r
../../docs/cache/python_examples
.
||
report_failure
cp
-r
../../docs/cache/tools
.
||
report_failure
cp
-r
../../docs/cache/tools
.
||
report_failure
echo
Version:
$RELEASE
>>
dlib/README.txt
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