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
0ae28101
Commit
0ae28101
authored
Sep 20, 2011
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed the makedocs script so it puts -RC onto the version if it isn't
invoked from the makerel script.
parent
e6a151e7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
makedocs
docs/makedocs
+6
-1
makerel
docs/makerel
+1
-1
No files found.
docs/makedocs
View file @
0ae28101
...
...
@@ -64,7 +64,12 @@ makedocs ()
MAJOR_NUM=`cat $COUNTER_FILE`
MINOR_NUM=`cat $MINOR_COUTNER_FILE`
if [ "$1" = "makerel" ]
then
RELEASE=${MAJOR_NUM}.${MINOR_NUM}
else
RELEASE=${MAJOR_NUM}.`echo ${MINOR_NUM}+1|bc`-RC
fi;
# get XML versions of the change logs
BASE_LOGGER_REVNUM=`echo $LOGGER_REVNUM - 1000 | bc`
...
...
@@ -202,7 +207,7 @@ makedocs ()
# build all the html documentation
makedocs
makedocs
$1
# now make the table of contents for the chm file
echo Generating the table of contents for the chm file
...
...
docs/makerel
View file @
0ae28101
...
...
@@ -33,7 +33,7 @@ else
echo
$MINOR_NUM
>
$MINOR_COUTNER_FILE
fi
;
./makedocs
||
exit
1
./makedocs
makerel
||
exit
1
rm
-rf
release
||
report_failure
mkdir
release
||
report_failure
...
...
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