View | Details | Raw Unified
Collapse All | Expand All

(-) librsvg-2.8.1-old/configure.in (-1 / +1 lines)
 Lines 332-338    Link Here 
AC_ARG_WITH(html-dir, [  --with-html-dir=PATH    path to installed docs ])
AC_ARG_WITH(html-dir, [  --with-html-dir=PATH    path to installed docs ])
if test "x$with_html_dir" = "x" ; then
if test "x$with_html_dir" = "x" ; then
  HTML_DIR='${datadir}/doc/librsvg/html'
  HTML_DIR='${datadir}/gtk-doc/html/rsvg'
else
else
  HTML_DIR=$with_html_dir
  HTML_DIR=$with_html_dir
fi
fi