Skip to content

Commit 46360da

Browse files
prepare 1.2.2 release (#24)
1 parent 0c159a8 commit 46360da

File tree

3 files changed

+7
-1380
lines changed

3 files changed

+7
-1380
lines changed

.ldrelease/build-docs.sh

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ set -e
44

55
# This only runs in the Linux build, since the docs are the same for all platforms.
66

7-
mkdir tmp
8-
cp launchdarkly-server-sdk.c tmp/
9-
cp launchdarkly-server-sdk-redis.c tmp/
7+
# LD_RELEASE_TEMP_DIR is guaranteed to be empty, and will not be checked into version control.
8+
DOCS_BUILD_DIR="$LD_RELEASE_TEMP_DIR/docs"
9+
mkdir "$DOCS_BUILD_DIR"
1010

11-
ldoc -d ${LD_RELEASE_DOCS_DIR} tmp
11+
cp launchdarkly-server-sdk.c "$DOCS_BUILD_DIR"
12+
cp launchdarkly-server-sdk-redis.c "$DOCS_BUILD_DIR"
13+
14+
ldoc -d "$LD_RELEASE_DOCS_DIR" "$DOCS_BUILD_DIR"

tmp/launchdarkly-server-sdk-redis.c

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)