[geany/geany] 29b525: Add `--enable-html-docs` to distcheck flags

Matthew Brush git-noreply at xxxxx
Mon Apr 28 01:09:15 UTC 2014


Branch:      refs/heads/master
Author:      Matthew Brush <matt at geany.org>
Committer:   Matthew Brush <matt at geany.org>
Date:        Mon, 28 Apr 2014 01:09:15 UTC
Commit:      29b525797a54ec973caffba819380eebf143fac8
             https://github.com/geany/geany/commit/29b525797a54ec973caffba819380eebf143fac8

Log Message:
-----------
Add `--enable-html-docs` to distcheck flags

FIXME: `--enable-pdf-docs` not added because I can't make it pass
distcheck due to quirks of `pdflatex` (see comments in
`doc/Makefile.am`)


Modified Paths:
--------------
    Makefile.am

Modified: Makefile.am
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -5,7 +5,7 @@ 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
+AM_DISTCHECK_CONFIGURE_FLAGS = --enable-api-docs --enable-html-docs
 
 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