Fixed FreeBSD build.

This commit is contained in:
Gunnar Beutner 2013-02-05 20:01:52 +01:00
parent 1adab9e79a
commit c546b197e0
1 changed files with 4 additions and 2 deletions

View File

@ -9,8 +9,10 @@ icinga2doc_DATA = \
icinga2-config.html \
icinga2-intro.html
%.html: %.txt
asciidoc -a toc -a numbered $^
.SUFFIXES = .html .txt
.txt.html:
asciidoc -a toc -a numbered $<
clean:
rm -f $(icinga2doc_DATA)