summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-03-02 17:03:35 +0100
committerBastien Nocera <hadess@hadess.net>2020-03-02 17:03:35 +0100
commit6153d159ff520f059748d920e4c9061cf8b42a7d (patch)
tree43d7a99a8ffbc76c407e527d8f225bb28c81f63a /meson.build
parente5d65cf5bfd9c12f8aaa0de83f8b33ba4f0129a1 (diff)
downloadshared-mime-info-6153d159ff520f059748d920e4c9061cf8b42a7d.tar.gz
build: Remove creation of Changelog file
We removed the file, but we were still generating it. Fixes: 5b342ee056d12a7191b6a50d2cc983228e47eb7b
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build8
1 files changed, 0 insertions, 8 deletions
diff --git a/meson.build b/meson.build
index f1da3539..39138f2f 100644
--- a/meson.build
+++ b/meson.build
@@ -77,11 +77,3 @@ if get_option('update-mimedb')
upd_tool, '-V', '${MESON_INSTALL_DESTDIR_PREFIX}' / get_option('datadir') / 'mime',
]))
endif
-
-run_target('Changelog',
- command: [ 'env',
- 'git', 'log', '--stat',
- '--after="Tue Oct 6 14:46:33 2009 +0000"',
- '>', meson.source_root() / 'Changelog',
- ],
-)