From be3f610d0960293a0fb266661e108d2c0d1063d8 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 11 Oct 2013 09:49:35 +0200 Subject: [PATCH] Build fix. --- doc/strapdownjs/Makefile.am | 2 ++ doc/strapdownjs/themes/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/strapdownjs/Makefile.am b/doc/strapdownjs/Makefile.am index 2b8e89546..653833cda 100644 --- a/doc/strapdownjs/Makefile.am +++ b/doc/strapdownjs/Makefile.am @@ -6,3 +6,5 @@ icinga2doc_DATA = \ strapdown.js \ strapdown.css +EXTRA_DIST = \ + $(icinga2doc_DATA) diff --git a/doc/strapdownjs/themes/Makefile.am b/doc/strapdownjs/themes/Makefile.am index 4a37c7ace..c66621009 100644 --- a/doc/strapdownjs/themes/Makefile.am +++ b/doc/strapdownjs/themes/Makefile.am @@ -5,3 +5,5 @@ icinga2doc_DATA = \ cerulean.min.css \ LICENSE +EXTRA_DIST = \ + $(icinga2doc_DATA) -- 2.40.0