From c546b197e0460eec367d9d9f4eb6f52da4b7fce7 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 5 Feb 2013 20:01:52 +0100 Subject: [PATCH] Fixed FreeBSD build. --- docs/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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)