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
5f9b317f
Commit
5f9b317f
authored
Jan 21, 2012
by
Davis King
Browse files
Changed release scripts so they will include the tools folder in the dlib
release archive.
parent
8390ca92
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
docs/makedocs
docs/makedocs
+1
-0
docs/makerel
docs/makerel
+1
-0
No files found.
docs/makedocs
View file @
5f9b317f
...
@@ -87,6 +87,7 @@ makedocs ()
...
@@ -87,6 +87,7 @@ makedocs ()
mkdir docs/cache
mkdir docs/cache
mv cache.$$/dlib docs/cache/
mv cache.$$/dlib docs/cache/
mv cache.$$/examples docs/cache/
mv cache.$$/examples docs/cache/
mv cache.$$/tools docs/cache/
rm -rf cache.$$
rm -rf cache.$$
...
...
docs/makerel
View file @
5f9b317f
...
@@ -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/tools
.
||
report_failure
echo
Version:
$RELEASE
>>
dlib/README.txt
echo
Version:
$RELEASE
>>
dlib/README.txt
echo
"Date:
`
date
`
"
>>
dlib/README.txt
echo
"Date:
`
date
`
"
>>
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