summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-12-16 12:41:36 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2010-12-30 17:12:26 +0000
commitbf21976fa05273bce5664404659ff5f2ceb855e3 (patch)
treefa8130430d1c336a64c712d4089b51eca211b255
parentf83c825978382fa01a1fccca3d502d5fdf7c0b12 (diff)
downloadlibgdata-bf21976fa05273bce5664404659ff5f2ceb855e3.tar.gz
docs: Add missing file to EXTRA_DIST
-rw-r--r--docs/reference/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index bb87103b..ecffa5b0 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -112,7 +112,11 @@ GITIGNOREFILES = tmpl/
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
-EXTRA_DIST += version.xml.in structure.dia
+EXTRA_DIST += \
+ version.xml.in \
+ structure.dia \
+ data-flow.dia \
+ $(NULL)
if ENABLE_GTK_DOC
TESTS_ENVIRONMENT = cd $(srcdir) &&