From: Michael Friedrich Date: Thu, 7 Feb 2013 19:47:57 +0000 (+0100) Subject: docs/Makefile.am: keep txt in make dist X-Git-Tag: v0.0.2~520 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cff8102604b161ae8e9dc755a52728be9fc8150c;p=icinga2 docs/Makefile.am: keep txt in make dist --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 415b5d6c3..b8c918b84 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,6 +1,8 @@ .PHONY: clean EXTRA_DIST = \ + icinga2-config.txt \ + icinga2-intro.txt \ icinga2.8 icinga2docdir = ${docdir} @@ -12,10 +14,6 @@ man1_MANS = \ .SUFFIXES = .html .txt if AD_COND_doc -EXTRA_DIST += \ - icinga2-config.txt \ - icinga2-intro.txt - icinga2doc_DATA += \ icinga2-config.html \ icinga2-intro.html