[geany/geany] 66c332: Force enable GtkDoc header on distcheck
Colomban Wendling
git-noreply at xxxxx
Thu Feb 18 22:39:43 UTC 2016
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Thu, 18 Feb 2016 22:39:43 UTC
Commit: 66c3323afbe88c7519dd7084825d4330b201dd01
https://github.com/geany/geany/commit/66c3323afbe88c7519dd7084825d4330b201dd01
Log Message:
-----------
Force enable GtkDoc header on distcheck
This allows to make sure this is tested, and part of the distribution.c
Modified Paths:
--------------
Makefile.am
Modified: Makefile.am
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -5,7 +5,8 @@ SUBDIRS = tagmanager scintilla src plugins icons po doc data tests
AUTOMAKE_OPTIONS = 1.7
ACLOCAL_AMFLAGS = -I m4
-AM_DISTCHECK_CONFIGURE_FLAGS = --enable-api-docs --enable-html-docs --enable-pdf-docs
+AM_DISTCHECK_CONFIGURE_FLAGS = --enable-api-docs --enable-html-docs --enable-pdf-docs \
+ --enable-gtkdoc-header
WIN32_BUILD_FILES = \
geany_private.rc \
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list