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
577f22d5
"examples/vscode:/vscode.git/clone" did not exist on "577cf2e63b847d6e5a3ec35d68ba8241d7498182"
Commit
577f22d5
authored
Oct 27, 2015
by
Davis King
Browse files
updated scripts to deal with new README location
parent
3110bcfe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
docs/makedocs
docs/makedocs
+0
-1
docs/makerel
docs/makerel
+3
-3
No files found.
docs/makedocs
View file @
577f22d5
...
...
@@ -142,7 +142,6 @@ makedocs ()
hg archive docs/cache || report_failure
# Don't need the docs folder in the cache, moreover, deleting it here avoids letting the makerel script include it in the dlib tar balls.
rm -rf docs/cache/docs
rm docs/cache/README.txt
echo "#ifndef DLIB_REVISION_H" > docs/cache/dlib/revision.h
echo "// Version: " $RELEASE >> docs/cache/dlib/revision.h
...
...
docs/makerel
View file @
577f22d5
...
...
@@ -52,9 +52,9 @@ mkdir $RELDIR
cd
$RELDIR
||
report_failure
cp
-r
../../docs/cache/
*
.
||
report_failure
echo
Version:
$RELEASE
>>
dlib/
README.txt
echo
"Date:
`
date
`
"
>>
dlib/
README.txt
echo
Mercurial Revision ID:
$CHANGESET_ID
>>
dlib/
README.txt
echo
Version:
$RELEASE
>>
README.txt
echo
"Date:
`
date
`
"
>>
README.txt
echo
Mercurial Revision ID:
$CHANGESET_ID
>>
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