/
githubmirror
/
authselect
Обзор
Документация
Войти
/
githubmirror
/
authselect
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/man/Makefile.am
40 строк
973 B
Pavel Březina
whitespace: fix end of file in all files
09 июл 2025, 15:08
09 июл 2025, 15:08
493ea60
Код
Авторство
О чём код?
if HAVE_MANPAGES BUILT_SOURCES = \ build_manpages \ $(NULL) man_MANS = \ authselect.8 \ authselect-profiles.5 \ authselect-migration.7 \ $(NULL) build_manpages: $(abs_top_builddir)/scripts/manpages-build.sh "$(prefix)" "$(exec_prefix)" .PHONY: expand_files MAN_FILES = $(shell find $(srcdir) -maxdepth 1 -type f -name '*.adoc' -printf '%d\t%p\n' 2> /dev/null | sort -nk1 | cut -f2-) MAN_PO = $(shell find $(srcdir)/po -maxdepth 1 -type f -name '*.po' -printf '%d\t%p\n' 2> /dev/null | sort -nk1 | cut -f2-) EXTRA_DIST = \ $(MAN_FILES) \ $(MAN_PO) \ $(NULL) CLEANFILES = \ $(abs_top_builddir)/translations.log \ $(NULL) install-data-local: $(abs_top_builddir)/scripts/manpages-install.sh "$(prefix)" "$(DESTDIR)" $(man_MANS) uninstall-local: $(abs_top_builddir)/scripts/manpages-uninstall.sh "$(prefix)" "$(DESTDIR)" $(man_MANS) clean-local: $(RM) $(man_MANS) ; \ $(RM) -r translations ; \ $(RM) build.stamp endif