diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-07-20 06:15:53 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-07-20 06:15:53 +0800 |
commit | abcbebc73a075b19da8c175aaf7a275f0e53b52c (patch) | |
tree | 04c6fc25311cf6950475ea49f7621da7a8c02135 /configure.ac | |
parent | fd0b814a069a2ea2e7f50b664fa3a40ec5d75fe6 (diff) | |
download | gsoc2013-epiphany-abcbebc73a075b19da8c175aaf7a275f0e53b52c.tar gsoc2013-epiphany-abcbebc73a075b19da8c175aaf7a275f0e53b52c.tar.gz gsoc2013-epiphany-abcbebc73a075b19da8c175aaf7a275f0e53b52c.tar.bz2 gsoc2013-epiphany-abcbebc73a075b19da8c175aaf7a275f0e53b52c.tar.lz gsoc2013-epiphany-abcbebc73a075b19da8c175aaf7a275f0e53b52c.tar.xz gsoc2013-epiphany-abcbebc73a075b19da8c175aaf7a275f0e53b52c.tar.zst gsoc2013-epiphany-abcbebc73a075b19da8c175aaf7a275f0e53b52c.zip |
A help/epiphany.omf.in: R help/es/epiphany-es.omf: R help/es/epiphany.xml:
2005-07-20 Christian Persch <chpe@cvs.gnome.org>
* .cvsignore:
* Makefile.am:
* autogen.sh:
* configure.ac:
* help/C/epiphany.xml:
* help/Makefile.am:
A help/epiphany.omf.in:
R help/es/epiphany-es.omf:
R help/es/epiphany.xml:
* help/es/es.po:
R help/es/legal.xml:
R help/eu/epiphany-eu.omf:
R help/eu/epiphany.xml:
* help/eu/eu.po:
R help/eu/legal.xml:
R help/fi/epiphany-fi.omf:
R help/fi/epiphany.xml:
R help/fi/legal.xml:
R help/ja/epiphany-ja.omf:
R help/ja/epiphany.xml:
* help/ja/ja.po:
R help/ja/legal.xml:
R help/uk/epiphany-uk.omf:
R help/uk/epiphany.xml:
R help/uk/legal.xml:
Use gnome-doc-utils, and move existing translations over.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 0351b3e8b..03267baab 100644 --- a/configure.ac +++ b/configure.ac @@ -683,6 +683,7 @@ dnl ***************** dnl API Documentation dnl ***************** +GNOME_DOC_INIT GTK_DOC_CHECK([1.0]) dnl ************ @@ -707,12 +708,6 @@ embed/mozilla/Makefile src/Makefile src/bookmarks/Makefile help/Makefile -help/C/Makefile -help/es/Makefile -help/eu/Makefile -help/fi/Makefile -help/ja/Makefile -help/uk/Makefile po/Makefile.in ]) |