mirror of https://github.com/Icinga/icinga2.git
Fixed FreeBSD build.
This commit is contained in:
parent
1adab9e79a
commit
c546b197e0
|
@ -9,8 +9,10 @@ icinga2doc_DATA = \
|
||||||
icinga2-config.html \
|
icinga2-config.html \
|
||||||
icinga2-intro.html
|
icinga2-intro.html
|
||||||
|
|
||||||
%.html: %.txt
|
.SUFFIXES = .html .txt
|
||||||
asciidoc -a toc -a numbered $^
|
|
||||||
|
.txt.html:
|
||||||
|
asciidoc -a toc -a numbered $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(icinga2doc_DATA)
|
rm -f $(icinga2doc_DATA)
|
||||||
|
|
Loading…
Reference in New Issue