/
githubmirror
/
xmlsec
Обзор
Документация
Войти
/
githubmirror
/
xmlsec
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
1.3.12
docs/xml/Makefile.am
18 строк
358 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 = api .PHONY: all docs # # Docs are not built as part of normal build # all: @echo "======= Run 'make docs' in the xmlsec/docs/xml folder to rebuild doxygen XML docs" docs: @$(MAKE) $(AM_MAKEFLAGS) -C api docs