From c610ef8e485907d931abe7f01f3ef37d8c8d89dc Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Sat, 12 Jan 2019 16:27:04 -0800 Subject: cmake: Drop dist updates for Makefile.am, which we no longer have --- CMakeScripts/Dist.cmake | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'CMakeScripts/Dist.cmake') diff --git a/CMakeScripts/Dist.cmake b/CMakeScripts/Dist.cmake index c04a91067..21797d582 100644 --- a/CMakeScripts/Dist.cmake +++ b/CMakeScripts/Dist.cmake @@ -15,9 +15,7 @@ include(CMakeScripts/inkscape-version.cmake) message("INKSCAPE_DIST_PREFIX: ${INKSCAPE_DIST_PREFIX}") add_custom_target(dist COMMAND sed -i "s/unknown/${INKSCAPE_REVISION}/" CMakeScripts/inkscape-version.cmake - COMMAND sed -i "/VER_GITREV=/d" src/Makefile.am - COMMAND sed -i "s/..VER_GITREV/ ${INKSCAPE_REVISION}/" src/Makefile.am - COMMAND git commit -m "RELEASE" CMakeScripts/inkscape-version.cmake src/Makefile.am + COMMAND git commit -m "RELEASE" CMakeScripts/inkscape-version.cmake COMMAND git config tar.bz2.command bzip2 COMMAND git archive --prefix=${INKSCAPE_DIST_PREFIX}/ -o ${CMAKE_BINARY_DIR}/${INKSCAPE_DIST_PREFIX}.tar.bz2 HEAD WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}" -- cgit v1.2.3