aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJulio M. Merino Vidal <jmmv@menta.net>2004-02-20 07:39:04 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-02-20 07:39:04 +0800
commit8764c4de6bd49680f33948628f7d0bce7f65f475 (patch)
tree7d832750c9831a70f194ee2ebd95fe4d02114c4e /configure.in
parent78170c47e3e661d08ff8435285c3b37bc12bef1a (diff)
downloadgsoc2013-epiphany-8764c4de6bd49680f33948628f7d0bce7f65f475.tar
gsoc2013-epiphany-8764c4de6bd49680f33948628f7d0bce7f65f475.tar.gz
gsoc2013-epiphany-8764c4de6bd49680f33948628f7d0bce7f65f475.tar.bz2
gsoc2013-epiphany-8764c4de6bd49680f33948628f7d0bce7f65f475.tar.lz
gsoc2013-epiphany-8764c4de6bd49680f33948628f7d0bce7f65f475.tar.xz
gsoc2013-epiphany-8764c4de6bd49680f33948628f7d0bce7f65f475.tar.zst
gsoc2013-epiphany-8764c4de6bd49680f33948628f7d0bce7f65f475.zip
Remove duplicate --with-html-dir argument
2004-02-20 Julio M. Merino Vidal <jmmv@menta.net> * configure.in: Remove duplicate --with-html-dir argument * data/epiphany.schemas.in: fix a syntax error
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.in b/configure.in
index be356b0d9..85ed782d8 100644
--- a/configure.in
+++ b/configure.in
@@ -232,17 +232,6 @@ AM_GLIB_GNU_GETTEXT
dnl uninstalled share dir to search data
AC_DEFINE_UNQUOTED(SHARE_UNINSTALLED_DIR,"`pwd`/data",[path to source data dir])
-dnl Docs
-AC_ARG_WITH(html-dir, [ --with-html-dir=PATH path to installed docs ])
-
-if test "x$with_html_dir" = "x" ; then
- HTML_DIR='${datadir}/gtk-doc/html'
-else
- HTML_DIR=$with_html_dir
-fi
-
-AC_SUBST(HTML_DIR)
-
GTK_DOC_CHECK([1.0])
AC_OUTPUT([