diff options
author | Francisco Javier F. Serrador <serrador@openshine.com> | 2006-11-23 05:10:19 +0800 |
---|---|---|
committer | Francisco Javier Fernandez Serrador <serrador@src.gnome.org> | 2006-11-23 05:10:19 +0800 |
commit | 3daaf57035bb6ee26b495aaa4c71bd5d6144beac (patch) | |
tree | 439aa359fbced75b6ec31f3218a7e38a62658077 /configure.in | |
parent | 64516d2e58db25915dc0bf509e7ac5acf29e450e (diff) | |
download | gsoc2013-evolution-3daaf57035bb6ee26b495aaa4c71bd5d6144beac.tar.gz gsoc2013-evolution-3daaf57035bb6ee26b495aaa4c71bd5d6144beac.tar.zst gsoc2013-evolution-3daaf57035bb6ee26b495aaa4c71bd5d6144beac.zip |
Modified to support gnome-doc-utils. Added Spanish translation. Removed
2006-11-22 Francisco Javier F. Serrador <serrador@openshine.com>
* .cvsignore, Makefile.am, configure.in, help/.cvsignore,
help/ChangeLog, help/Makefile.am, help/C/evolution.xml: Modified
to support gnome-doc-utils.
* help/es/es.po: Added Spanish translation.
* help/omf.make, help/update_po.pl, help/update_translation.pl,
help/xmldocs.make, help/es/Makefile.am, help/es/topic.dat: Removed
old files.
svn path=/trunk/; revision=33017
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f572a2fc7f..b921df1cb2 100644 --- a/configure.in +++ b/configure.in @@ -4,6 +4,9 @@ AC_PREREQ(2.52) AC_INIT(evolution, 2.9.2, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) + +# GNOME Documentation +GNOME_DOC_INIT # Gross hack to enable 'make dist' on automake 1.9+tar 1.14. # The extra brackets are to foil regex-based scans. m4_ifdef([_A][M_PROG_TAR],[_A][M_SET_OPTION([tar-ustar])]) @@ -1700,7 +1703,6 @@ data/cde_app_root/dt/appconfig/types/C/Ximian.dt e-util/Makefile filter/Makefile help/Makefile -help/C/Makefile help/quickref/Makefile help/quickref/C/Makefile help/quickref/de/Makefile |