diff options
author | Julio M. Merino Vidal <jmmv@menta.net> | 2004-02-20 07:39:04 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-02-20 07:39:04 +0800 |
commit | 8764c4de6bd49680f33948628f7d0bce7f65f475 (patch) | |
tree | 7d832750c9831a70f194ee2ebd95fe4d02114c4e | |
parent | 78170c47e3e661d08ff8435285c3b37bc12bef1a (diff) | |
download | gsoc2013-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
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.in | 11 | ||||
-rw-r--r-- | data/epiphany.schemas.in | 2 |
3 files changed, 11 insertions, 12 deletions
@@ -1,3 +1,13 @@ +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 + 2004-02-19 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbar-editor.c: (update_editor_sheet): 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([ diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index bd4d7b6ff..2ad9a52d4 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -415,9 +415,9 @@ <owner>epiphany</owner> <type>string</type> <default>Downloads</default> + <locale name="C"> <short>The downloads folder</short> <long>The path of the folder where downloads are saved.</long> - <locale name="C"> </locale> </schema> <schema> |