Skip to content

Commit 300befe

Browse files
get rid of reference manual generation
1 parent 826c372 commit 300befe

File tree

4 files changed

+0
-3294
lines changed

4 files changed

+0
-3294
lines changed

.github/workflows/build-pr.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,6 @@ jobs:
115115
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
116116
HZ_TEST_AWS_INSTANCE_PRIVATE_IP: ${{ secrets.HZ_TEST_AWS_INSTANCE_PRIVATE_IP }}
117117

118-
# Tagged onto another build to avoid re-running the entire build to check separately
119-
- name: Check Reference Manual generated correctly
120-
run: |
121-
if ! git diff --quiet ${OUTPUT_REFERENCE_MANUAL_FILE}; then
122-
echo "::error file=${OUTPUT_REFERENCE_MANUAL_FILE}::File does not match generated version from template"
123-
exit 1
124-
fi
125-
env:
126-
OUTPUT_REFERENCE_MANUAL_FILE: Reference_Manual.md
127-
128118
shared-matrix:
129119
uses: ./.github/workflows/get-shared-matrix.yml
130120

CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@ project(hazelcast-cpp-client
2323

2424
set(CMAKE_CXX_STANDARD_REQUIRED ON)
2525

26-
# Generate the Reference_Manual.md file using the latest project version.
27-
# If the project version changes, the generated Reference_Manual.md file needs to be
28-
# committed to the repository after generation.
29-
configure_file(Reference_Manual.md.in "${CMAKE_SOURCE_DIR}/Reference_Manual.md" @ONLY)
30-
31-
# Add a custom target to execute the copy command
32-
add_custom_target(copy_reference_manual ALL
33-
DEPENDS "${CMAKE_SOURCE_DIR}/Reference_Manual.md"
34-
)
3526
# Set the default build type for single-config generators if not given
3627
get_property(is_multi_config GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
3728
if ((NOT is_multi_config) AND (NOT CMAKE_BUILD_TYPE))

Reference_Manual.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
<!-- THIS FILE IS AUTO GENERATED FILE.
2-
MODIFY Reference_Manual.md.in TO MAKE CHANGES.
3-
If you make any changes in Reference_Manual.md.in file,
4-
you need to build the project which will re-generate the Reference_Manual.md file
5-
and commit this generated reference manual in the github repository.
6-
-->
7-
81
# Hazelcast C++ Client Library
92
<!--ts-->
103
* [Hazelcast C++ Client Library](#hazelcast-c-client-library)

0 commit comments

Comments
 (0)