/
githubmirror
/
authselect
Обзор
Документация
Войти
/
githubmirror
/
authselect
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
0.4
src/man/Makefile.am
30 строк
773 B
Pavel Březina
man: add guide on migration to authselect
18 фев 2018, 16:53
18 фев 2018, 16:53
b8803b2
Код
Авторство
О чём код?
expand_prefix = \ ( \ $(SED) -e 's,$${exec_prefix},$(exec_prefix),g' | \ $(SED) -e 's,$${prefix},$(prefix),g' \ ) if HAVE_MANPAGES BUILT_SOURCES = \ expand_files \ $(NULL) man_MANS = \ authselect.8 \ authselect-profiles.5 \ authselect-migration.7 \ $(NULL) expand_files: for FILE in $(man_MANS) ; do \ $(expand_prefix) < $$FILE.txt.in > $$FILE.txt ; \ $(A2X) -D . --doctype manpage --format manpage $$FILE.txt ; \ done .PHONY: expand_files clean-local: for FILE in $(man_MANS) ; do \ $(RM) $$FILE $$FILE.txt ; \ done endif