mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Re-enable building a dist tarball from within distcheck
This commit is contained in:
@@ -781,10 +781,6 @@ endif()
|
||||
dist_add_generated(ChangeLog)
|
||||
|
||||
############################ BEGIN MAKE DIST #################
|
||||
# For now only enable the dist target when building from git
|
||||
# the generation of dist_generated should be improved to work
|
||||
# also when running from a tarball before that can be generalized.
|
||||
IF (BUILDING_FROM_VCS)
|
||||
|
||||
SET(PACKAGE_PREFIX "${PACKAGE}-${PACKAGE_VERSION}")
|
||||
SET(DIST_FILE "${PACKAGE_PREFIX}.tar")
|
||||
@@ -847,9 +843,6 @@ ADD_CUSTOM_TARGET(distcheck DEPENDS dist
|
||||
-P ${CMAKE_SOURCE_DIR}/common/cmake_modules/MakeDistCheck.cmake
|
||||
)
|
||||
|
||||
|
||||
|
||||
ENDIF()
|
||||
############################# END MAKE DIST #################
|
||||
|
||||
# uninstall target
|
||||
|
||||
Reference in New Issue
Block a user