Compare commits
2 Commits
b726d5ba75
...
v1.0.0-rc6
Author | SHA1 | Date | |
---|---|---|---|
e68db8a433 | |||
4b9e2aa96a |
@@ -24,6 +24,7 @@ build () {
|
|||||||
cd "$srcdir/$pkgname-git/build"
|
cd "$srcdir/$pkgname-git/build"
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release ..
|
cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||||
make -j12
|
make -j12
|
||||||
|
make man-page
|
||||||
}
|
}
|
||||||
|
|
||||||
prepare () {
|
prepare () {
|
||||||
|
@@ -42,7 +42,9 @@ add_custom_target(
|
|||||||
${CMAKE_CURRENT_SOURCE_DIR}
|
${CMAKE_CURRENT_SOURCE_DIR}
|
||||||
COMMENT "Generating version header"
|
COMMENT "Generating version header"
|
||||||
)
|
)
|
||||||
add_subdirectory(man)
|
|
||||||
|
|
||||||
|
add_subdirectory(man)
|
||||||
|
|
||||||
add_custom_target(schema-header DEPENDS "${GEN_HEADER_PATH}/schema-blob.h")
|
add_custom_target(schema-header DEPENDS "${GEN_HEADER_PATH}/schema-blob.h")
|
||||||
add_custom_command(
|
add_custom_command(
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
set (MAN_PAGE_NAME "patchelfcrc.1.gz")
|
set (MAN_PAGE_NAME "patchelfcrc.1.gz")
|
||||||
|
|
||||||
add_custom_target(man-page
|
add_custom_target(man-page
|
||||||
ALL
|
|
||||||
DEPENDS
|
DEPENDS
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/${MAN_PAGE_NAME}
|
${CMAKE_CURRENT_BINARY_DIR}/${MAN_PAGE_NAME}
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user