diff options
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 0ce396d..cec7969 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -75,3 +75,7 @@ include $(top_srcdir)/gtk-doc.make # Other files to distribute EXTRA_DIST += version.xml.in + +# Build the documentation when creating tarballs +dist-hook-local: + $(MAKE) all |