aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-02-23 11:29:33 +0100
committerThomas White <taw@physics.org>2012-02-23 11:29:33 +0100
commit6a974461a612f3e55fd8fa6cecf98ad2e99b6777 (patch)
tree0ae8a53191f1314e88358a5e8d34caa9e8473d58 /m4
parent918679c6a8c0dd3536e98245cc907b69a273d742 (diff)
Better way to set the reference documentation installation path
Diffstat (limited to 'm4')
-rw-r--r--m4/gtk-doc.m43
1 files changed, 1 insertions, 2 deletions
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])