Skip to content

Commit

Permalink
Remove some text file references
Browse files Browse the repository at this point in the history
  • Loading branch information
wwjjbb committed Sep 3, 2024
1 parent 10d4a50 commit e2b44b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: CC0-1.0

project('vizzyix', 'cpp',
version : '0.2.0',
version : '0.2.1',
license : 'GPL-2.0-only',
default_options : [
'prefix=/usr',
Expand Down Expand Up @@ -54,7 +54,6 @@ custom_target('zz_toplevel_files',
'AUTHORS.license',
'ChangeLog',
'ChangeLog.license',
'notes.txt',
'README',
],
output: 'nuffink',
Expand Down
2 changes: 1 addition & 1 deletion scripts/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
custom_target('zz_scripts_files',
input: [
'eix.ebuild',
'mkpackage',
'mkconfig',
'readme.txt',
'vizzyix.ebuild',
'vizzyix.ebuild.license',
Expand Down

0 comments on commit e2b44b7

Please sign in to comment.