Skip to content

Commit

Permalink
Add libzmq and czmq releases to apiall scripts and updated the TOCs
Browse files Browse the repository at this point in the history
  • Loading branch information
sappo committed Feb 10, 2019
1 parent 8db5b11 commit 5e426b8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion czmqapi/apiall
Expand Up @@ -16,7 +16,9 @@ TOOLDIR=`dirname $0`

# Directory Tag Category
$TOOLDIR/apione ../../czmq master CZMQ-MASTER
$TOOLDIR/apione ../../czmq v4.0.3 CZMQ4-0
$TOOLDIR/apione ../../czmq v4.2.0 CZMQ4-2
$TOOLDIR/apione ../../czmq v4.1.1 CZMQ4-1
$TOOLDIR/apione ../../czmq v4.0.2 CZMQ4-0
$TOOLDIR/apione ../../czmq v3.0.2 CZMQ3-0
$TOOLDIR/apione ../../czmq v2.2.0 CZMQ2-2
$TOOLDIR/apione ../../czmq v1.4.1 CZMQ1-4
2 changes: 1 addition & 1 deletion czmqapi/xml2wd.pl
Expand Up @@ -46,7 +46,7 @@ END
if ($title eq "czmq") {
open (TOC, ">_start.wd");
print TOC "++ CZMQ/$version API Reference\n\n";
print TOC "[/CZMQ-MASTER:_start v4.0.4 master] | [/CZMQ4-0:_start v4.0.3 stable] | [/CZMQ3-0:_start v3.0 stable] | [/CZMQ2-2:_start v2.2 stable] | [/CZMQ1-4:_start v1.4 stable]\n\n";
print TOC "[/CZMQ-MASTER:_start v4.2.1 master] | [/CZMQ4-2:_start v4.2.0 stable] | [/CZMQ4-1:_start v4.1.1 stable] | [/CZMQ4-0:_start v4.0.2 stable] | [/CZMQ3-0:_start v3.0 stable] | [/CZMQ2-2:_start v2.2 stable] | [/CZMQ1-4:_start v1.4 stable]\n\n";
close (TOC);
}
}
Expand Down
1 change: 1 addition & 0 deletions zmqapi/apiall
Expand Up @@ -22,4 +22,5 @@ $TOOLDIR/apione ../../zeromq3-x master 3-2
$TOOLDIR/apione ../../zeromq4-x master 4-0
$TOOLDIR/apione ../../zeromq4-1 master 4-1
$TOOLDIR/apione ../../libzmq v4.2.2 4-2
$TOOLDIR/apione ../../libzmq v4.3.1 4-3
$TOOLDIR/apione ../../libzmq master master
2 changes: 1 addition & 1 deletion zmqapi/xml2wd.pl
Expand Up @@ -46,7 +46,7 @@ END
if ($title eq "zmq") {
open (TOC, ">_start.wd");
print TOC "++ ØMQ/$version API Reference\n\n";
print TOC "[/master:_start v4.2 master] | [/4-2:_start v4.2 stable] | [/4-1:_start v4.1 stable] | [/4-0:_start v4.0 stable] | [/3-2:_start v3.2 legacy]\n\n";
print TOC "[/master:_start v4.3 master] | [/4-3:_start v4.3 stable] | [/4-2:_start v4.2 stable] | [/4-1:_start v4.1 stable] | [/4-0:_start v4.0 stable] | [/3-2:_start v3.2 legacy]\n\n";
close (TOC);
}
}
Expand Down

0 comments on commit 5e426b8

Please sign in to comment.