diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-03-26 21:06:46 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:22 +0100 |
commit | 5ccdcc43256c8bb6efee7e13d84ea868a288dd71 (patch) | |
tree | 0f7e54ada5f73678e26774e31eeb7b43b082e395 /m4 | |
parent | 31ec1445ba0f642624e035281321d1f761fe1386 (diff) |
gtk-doc customisation
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gtk-doc.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/gtk-doc.m4 b/m4/gtk-doc.m4 index 2cfa1e71..8b55c2c0 100644 --- a/m4/gtk-doc.m4 +++ b/m4/gtk-doc.m4 @@ -15,9 +15,10 @@ 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='${datadir}/gtk-doc/html']) + [with_html_dir='${docdir}/reference']) HTML_DIR="$with_html_dir" AC_SUBST([HTML_DIR]) |