summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2019-01-13 00:27:04 +0000
committerBryce Harrington <bryce@bryceharrington.org>2019-01-13 00:27:04 +0000
commitc610ef8e485907d931abe7f01f3ef37d8c8d89dc (patch)
tree1fdd88527d407d42f42f57f4e42be6fe16e2730f /CMakeScripts
parentcmake: Replace dist target with logic from the 0.92.3 branch (diff)
downloadinkscape-c610ef8e485907d931abe7f01f3ef37d8c8d89dc.tar.gz
inkscape-c610ef8e485907d931abe7f01f3ef37d8c8d89dc.zip
cmake: Drop dist updates for Makefile.am, which we no longer have
Diffstat (limited to 'CMakeScripts')
-rw-r--r--CMakeScripts/Dist.cmake4
1 files changed, 1 insertions, 3 deletions
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}"