From: Gunnar Beutner Date: Fri, 11 Oct 2013 07:57:24 +0000 (+0200) Subject: Install fix for the documentation files. X-Git-Tag: v0.0.3~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07cb895724390d183a91ba912144204892c1b324;p=icinga2 Install fix for the documentation files. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 11f09fe2c..4f1e83b4e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -35,9 +35,19 @@ MARKDOWN_FILES = \ 8-differences-between-icinga-1x-and-2.md \ 9-vagrant-demo-vm.md +DOCVIEWER_FILES = \ + jquery.min.js \ + jquery.toc.min.js \ + toc.css \ + toc-margin.css \ + toc-print.css + EXTRA_DIST = \ $(MARKDOWN_FILES) \ - icinga2.8 + $(DOCVIEWER_FILES) \ + icinga2.8 \ + mkdoc.sh \ + BLACKLIST CLEANFILES = \ index.html @@ -45,11 +55,7 @@ CLEANFILES = \ icinga2docdir = ${docdir} icinga2doc_DATA = \ index.html \ - jquery.min.js \ - jquery.toc.min.js \ - toc.css \ - toc-margin.css \ - toc-print.css + $(DOCVIEWER_FILES) index.html: $(MARKDOWN_FILES) ./mkdoc.sh > $@.tmp && mv $@.tmp $@