From 2066f3636a949f4a5965a470876884359b68a987 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 15 Jan 2015 10:49:56 +1000 Subject: [PATCH] doc: add some missing files to EXTRA_DIST Signed-off-by: Peter Hutterer --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index b4b5d542..51b31a92 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -35,7 +35,7 @@ clean-local: $(AM_V_at)rm -rf html doc_src= $(shell find html -type f -printf "html/%P\n" 2>/dev/null) -EXTRA_DIST += $(builddir)/html/index.html $(doc_src) +EXTRA_DIST += $(builddir)/html/index.html $(doc_src) $(diagram_files) $(header_files) endif