Feature #52 ยป 0024-Meson-Gzip-ChangeLog-1.0-S3_0.patch
| 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'))
|
||