From 815df79451e5f04c84d9f1f29e36128f59897209 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 19 Apr 2011 00:22:48 +0100 Subject: [PATCH] build: Enable gtk-doc when dist'ing --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index c3e020b..67d3899 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,8 @@ AUTOMAKE_OPTIONS = dist-bzip2 SUBDIRS = src data tests pam doc po EXTRA_DIST = TODO intltool-extract.in intltool-merge.in intltool-update.in +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc + all: check create-pot check: check-translations