From 6a974461a612f3e55fd8fa6cecf98ad2e99b6777 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 23 Feb 2012 11:29:33 +0100 Subject: Better way to set the reference documentation installation path --- m4/gtk-doc.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'm4') diff --git a/m4/gtk-doc.m4 b/m4/gtk-doc.m4 index 8b55c2c0..2cfa1e71 100644 --- a/m4/gtk-doc.m4 +++ b/m4/gtk-doc.m4 @@ -15,10 +15,9 @@ AC_DEFUN([GTK_DOC_CHECK], AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf]) dnl for overriding the documentation installation directory - dnl Modified by TAW to customise default path AC_ARG_WITH([html-dir], AS_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),, - [with_html_dir='${docdir}/reference']) + [with_html_dir='${datadir}/gtk-doc/html']) HTML_DIR="$with_html_dir" AC_SUBST([HTML_DIR]) -- cgit v1.2.3