diff --git a/docs/Makefile.am b/docs/Makefile.am index 71832b501..ee4e075c3 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -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)