From 52b6ff3e03cd354039d52f82180ddce9b138864b Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Wed, 24 Jul 2019 13:49:08 +0200 Subject: [PATCH] build (docs): add Glossary.html to BUILT_EXTRA_DIST --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index 0d9266e..4fcd93e 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -35,7 +35,7 @@ EXTRA_DIST= \ COPYING.LESSER \ meson.build -BUILT_EXTRA_DIST = index.html ColorManagement.html CMYK.html SymmetricAlpha.html Reference.html +BUILT_EXTRA_DIST = index.html ColorManagement.html CMYK.html SymmetricAlpha.html Reference.html Glossary.html CLEANFILES = README changelog.rss DISTCLEANFILES = index-static.html $(BUILT_EXTRA_DIST) -- 2.30.2