/
githubmirror
/
xmlsec
Обзор
Документация
Войти
/
githubmirror
/
xmlsec
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
1.3.12
docs/Makefile.am
24 строки
453 B
lsh123
Cleanup makefiles and scripts (#1123)
08 апр 2026, 01:32
Не верифицирован
08 апр 2026, 01:32
6bc973f
Код
Авторство
О чём код?
# # make all : prints info message # make docs : generates the doc files (if necessary tools are present) or prints error # NULL = SUBDIRS = xml md html .PHONY: all docs # # Docs are not built as part of normal build # all: @echo "======= Run 'make docs' in the xmlsec/docs folder to rebuild docs" # # Special docs build # docs: @$(MAKE) $(AM_MAKEFLAGS) -C xml docs @$(MAKE) $(AM_MAKEFLAGS) -C md docs @$(MAKE) $(AM_MAKEFLAGS) -C html docs