]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3857] Remove add-changelog-entry target
authorAndrei Pavel <andrei@isc.org>
Wed, 28 May 2025 12:01:35 +0000 (15:01 +0300)
committerRazvan Becheriu <razvan@isc.org>
Fri, 30 May 2025 10:16:23 +0000 (10:16 +0000)
It does not work from tarball.
There already is .add-entry.sh which can be run directly.

meson.build

index a2dbd9d840c677ed959e910ab54b71f22fd609d5..f14550349532e9e3468f3125a1ec2aaf803eeb39 100644 (file)
@@ -896,11 +896,6 @@ endif
 
 #### Custom Targets
 
-run_target(
-    'add-changelog-entry',
-    command: [TOP_SOURCE_DIR / 'changelog_unreleased/.add-entry.sh'],
-)
-
 if cppcheck.found()
     run_target(
         'cppcheck',