diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-11-14 21:37:20 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-11-14 21:37:20 +0800 |
commit | 040efd30011b54fabffd956167e02e4431c8f9b4 (patch) | |
tree | efe5373a5b96e2dd06961243f8fc2708dac8b7ad | |
parent | affcdcc172d84017f82f4726e9731f069259c403 (diff) | |
download | gsoc2013-evolution-040efd30011b54fabffd956167e02e4431c8f9b4.tar.gz gsoc2013-evolution-040efd30011b54fabffd956167e02e4431c8f9b4.tar.zst gsoc2013-evolution-040efd30011b54fabffd956167e02e4431c8f9b4.zip |
Reverting the previous patch as it breaks the HEAD build. Target
2006-11-14 Harish Krishnaswamy <kharish@novell.com>
* configure.in: Reverting the previous patch as it breaks
the HEAD build. Target Help/C/Makefile was removed from
configure.in while Help/Makefile.am still refers to subdirectory
C. The port to gnome-doc-utils also needs to submitted for
review.
svn path=/trunk/; revision=32972
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.in | 7 |
2 files changed, 10 insertions, 7 deletions
@@ -1,10 +1,18 @@ +2006-11-14 Harish Krishnaswamy <kharish@novell.com> + + * configure.in: Reverting the previous patch as it breaks + the HEAD build. Target Help/C/Makefile was removed from + configure.in while Help/Makefile.am still refers to subdirectory + C. The port to gnome-doc-utils also needs to submitted for + review. + 2006-11-10 Francisco Javier F. Serrador <serrador@openshine.com> * configure.in: Fixes #76336 and add Spanish quickref. 2006-11-07 Harish Krishnaswamy <kharish@novell.com> - * NEWS, configure.in : Evolution 2.9.1 release + * NEWS, configure.in : Evolution 2.9.2 release updates. 2006-11-06 Harish Krishnaswamy <kharish@novell.com> diff --git a/configure.in b/configure.in index a227c28a48..f446eedfd8 100644 --- a/configure.in +++ b/configure.in @@ -3,10 +3,6 @@ AC_PREREQ(2.52) AC_INIT(evolution, 2.9.2, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) -# Port to GNOME Documentation -#AC_CONFIG_MACRO_DIR([m4]) -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. @@ -1704,10 +1700,10 @@ 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 -help/quickref/es/Makefile shell/Makefile shell/evolution-nognome ui/Makefile @@ -1739,7 +1735,6 @@ mail/Makefile mail/default/Makefile mail/default/C/Makefile mail/default/de/Makefile -mail/default/es/Makefile mail/default/fi/Makefile mail/default/fr/Makefile mail/default/lt/Makefile |