Project

General

Profile

Feature #52 ยป 0024-Meson-Gzip-ChangeLog-1.0-S3_0.patch

Marko Lindqvist, 12/10/2023 10:49 PM

View differences:

meson.build
'NEWS',
'INSTALL',
'ChangeLog',
'ChangeLog-1.0-S3_0',
'doc/BUGS',
'doc/CodingStyle',
'doc/FAQ',
......
'doc/TODO',
install_dir : join_paths(get_option('datadir'), 'doc/freeciv')
)
custom_target('gzip_ChangeLog-1.0-S3_0',
command: [gzip_exe, '--best', '-n', '-c', '@INPUT@' ],
output: '@PLAINNAME@.gz',
capture: true,
input: 'ChangeLog-1.0-S3_0',
install: true,
install_dir: join_paths(get_option('datadir'), 'doc/freeciv'))
    (1-1/1)