summaryrefslogtreecommitdiff
path: root/test cases/common/10 man install
AgeCommit message (Collapse)Author
2022-08-23tests: remove compiler requirement in various unneeded casesEli Schwartz
Compiled languages are Meson's bread and butter, but hardly required. This is convenient, because many test caases specifically, do not care about testing the compiler interactions. In such cases, we can skip doing compiler lookups which aren't used, as they only slow down test setup.
2021-02-27install_man locale supportJason Woodward
Rather than having to manually build the locale aware man paths with `install_data('foo.fr.1', install_dir: join_paths(get_option('mandir'), 'fr', 'man1'), rename: 'foo.1')` Support doing `install_man('foo.fr.1', locale: 'fr')`
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger
2018-10-20Remove implicit compression of man pagesMichał Górny
Remove the code responsible for implicitly compressing manpages as .gz files. It has been established that manpage compression is a distro packager's task, with existing distros already having their own implementations of compression. Fixes #4330
2017-07-31Convert man inputs to Files so you can install_man the output of ↵Jussi Pakkanen
configure_file. Closes #2135.
2016-05-30Fix installing manpages from subdirs.Jussi Pakkanen
2015-02-04Rework installation logic so we can go outside the install prefix.Jussi Pakkanen
2014-11-03Can install man files from a subdir.Jussi Pakkanen
2014-10-11Renamed man() to install_man().Jussi Pakkanen
2013-09-13Added installed_files.txt files to all places that needed them.Jussi Pakkanen
2013-03-03Split test suite into common and platform dependent parts.Jussi Pakkanen