mirror of
https://github.com/Icinga/icinga2.git
synced 2026-03-19 00:52:24 -04:00
7 lines
102 B
Makefile
7 lines
102 B
Makefile
|
|
all: create-docs
|
|
|
|
create-docs:
|
|
for file in *.txt; \
|
|
do asciidoc -a toc -a numbered $$file; \
|
|
done
|