From 29b525797a54ec973caffba819380eebf143fac8 Mon Sep 17 00:00:00 2001 From: Matthew Brush Date: Sun, 27 Apr 2014 18:02:39 -0700 Subject: [PATCH] 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`) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7ae383dde..ffc84d4b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ -- 2.11.4.GIT