mirror of https://github.com/Icinga/icinga2.git
8 lines
102 B
Makefile
8 lines
102 B
Makefile
|
|
||
|
all: create-docs
|
||
|
|
||
|
create-docs:
|
||
|
for file in *.txt; \
|
||
|
do asciidoc -a toc -a numbered $$file; \
|
||
|
done
|