diff options
author | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2022-02-14 11:19:11 +0100 |
---|---|---|
committer | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2022-02-14 11:19:11 +0100 |
commit | 9c0b7ab4269fa619deb78cf16875eab851c6b2ec (patch) | |
tree | cb443622fff969b5c194237757ccc3952e037898 /meson.build | |
parent | 2a96b129fbc1b65f34597a72e29cb9cc7cb208d9 (diff) | |
download | glibmm-9c0b7ab4269fa619deb78cf16875eab851c6b2ec.tar.gz |
Remove HACKING
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 0c39d85e..202b1949 100644 --- a/meson.build +++ b/meson.build @@ -273,9 +273,8 @@ if can_add_dist_script project_source_root, ) - # Don't distribute these files. + # Don't distribute this file. dont_distribute = [ - 'HACKING', '.gitlab-ci.yml', ] # Add build scripts to the distribution directory, and delete .gitignore |