diff options
author | David Robillard <d@drobilla.net> | 2022-09-06 19:48:58 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-09-06 21:35:21 -0400 |
commit | 4b661ad6f1607afc30df5461756df6940ebd524e (patch) | |
tree | 5b934cc7bf189ca088dca9bb8f9abeeda62b9c7b /scripts/meson.build | |
parent | 453eae1c459af3e6284f4bfcfc65673932e38fb6 (diff) | |
download | lv2-4b661ad6f1607afc30df5461756df6940ebd524e.tar.xz |
Replace change history data with a plain text NEWS file
Diffstat (limited to 'scripts/meson.build')
-rw-r--r-- | scripts/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/meson.build b/scripts/meson.build index 400d583..fc38500 100644 --- a/scripts/meson.build +++ b/scripts/meson.build @@ -5,5 +5,4 @@ lv2_scripts = files( 'lv2_build_index.py', 'lv2_check_specification.py', 'lv2_check_syntax.py', - 'lv2_write_news.py', ) |