summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2017-08-06 21:34:59 +0200
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2017-08-10 07:09:52 -0300
commit9fb548ea2ef82d3a407aa36b58513cb8db16f25e (patch)
tree53f4ebc97d9f51f6ba94ddfe326db5d3c16a7ab2 /doc
parentb51737387074356d9447e6aea4bc47e742a2ae6c (diff)
downloadgnome-todo-9fb548ea2ef82d3a407aa36b58513cb8db16f25e.tar.gz
project: Add meson files as extra files in autotools
This patch adds meson files as extra files in autotools, so they are included when creating the distributable package. https://bugzilla.gnome.org/show_bug.cgi?id=785901
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index d41d3437..78083c73 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -113,8 +113,10 @@ include $(top_srcdir)/gtk-doc.make
# Other files to distribute
EXTRA_DIST += \
- version.xml.in
-
+ version.xml.in \
+ meson.build \
+ xml/gtkdocentities.ent.in \
+ xml/meson.build
if ENABLE_GTK_DOC