/
githubmirror
/
linux-pam
Обзор
Документация
Войти
/
githubmirror
/
linux-pam
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
doc/meson.build
26 строк
429 B
Dmitry V. Levin
meson: build Linux-PAM using meson
10 сен 2024, 11:00
10 сен 2024, 11:00
7fb6bee
Код
Авторство
О чём код?
custom_man_xsl = custom_target( 'custom-man.xsl', input: 'custom-man.xsl.in', output: ['custom-man.xsl'], command: [ redir_exe, '@INPUT@', '@OUTPUT@', 'sed', 's+MAN_STYLESHEET+' + man_stylesheet + '+g' ] ) install_data( 'index.html', install_dir: htmldir, install_tag: 'doc', ) install_html = files('install-html.sh') subdir('man') subdir('specs') subdir('sag') subdir('adg') subdir('mwg')