icinga2/docs/Makefile.am

8 lines
102 B
Makefile
Raw Normal View History

all: create-docs
create-docs:
for file in *.txt; \
do asciidoc -a toc -a numbered $$file; \
done