Lines Matching +full:doxyfile +full:- +full:path
11 AS_HELP_STRING([--disable-docs], [whether to create any documentation])], [dnl
29 AC_ARG_WITH([doc-dir],
30 [AS_HELP_STRING([--with-doc-dir=PATH],
41 if test -d "/usr/share/doc"
45 elif test -d "/usr/doc"
54 # check whether to include package version into documentation path
56 if ls -d /usr/{share/,}doc/make-[0-9]* > /dev/null 2>&1
58 docdir="${maindocdir}/${PACKAGE}-${VERSION}"
72 dnl * determine presence of prerequisites (only gtk-doc for now)
81 # ---------------------------------------------------------------------------
82 # gtk-doc: We use gtk-doc for building our documentation. However, we
84 # ---------------------------------------------------------------------------
89 [AS_HELP_STRING([--enable-docs],
90 [Use gtk-doc to build documentation [default=no]])],[
96 AC_PATH_PROG([GTKDOC],[gtkdoc-mkdb])
97 if test -n "${GTKDOC}"; then
105 GP_CONFIG_MSG([build API docs with gtk-doc],[$gtkdoc_msg])
108 # ---------------------------------------------------------------------------
110 # user-defined location.
111 # ---------------------------------------------------------------------------
112 AC_ARG_WITH([html-dir],
113 [AS_HELP_STRING([--with-html-dir=PATH],
133 dnl define substitutions for Doxyfile.in
145 AC_SUBST([HTML_APIDOC_DIR], ["${PACKAGE_TARNAME}-api.html"])
146 AC_SUBST([DOXYGEN_OUTPUT_DIR], [doxygen-output])
147 AC_SUBST([HTML_APIDOC_INTERNALS_DIR], ["${PACKAGE_TARNAME}-internals.html"])