diff options
author | JP Rosevear <jpr@ximian.com> | 2001-06-22 06:10:23 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-06-22 06:10:23 +0800 |
commit | 91341a4d0163f33f1ade2fb2f189c7fa4837a700 (patch) | |
tree | 381c2bc49ae4ef75727363e8fa76ef47db4171fe /help | |
parent | c40e642e073eb2941b3d8a091cecf2d015ec20c9 (diff) | |
download | gsoc2013-evolution-91341a4d0163f33f1ade2fb2f189c7fa4837a700.tar gsoc2013-evolution-91341a4d0163f33f1ade2fb2f189c7fa4837a700.tar.gz gsoc2013-evolution-91341a4d0163f33f1ade2fb2f189c7fa4837a700.tar.bz2 gsoc2013-evolution-91341a4d0163f33f1ade2fb2f189c7fa4837a700.tar.lz gsoc2013-evolution-91341a4d0163f33f1ade2fb2f189c7fa4837a700.tar.xz gsoc2013-evolution-91341a4d0163f33f1ade2fb2f189c7fa4837a700.tar.zst gsoc2013-evolution-91341a4d0163f33f1ade2fb2f189c7fa4837a700.zip |
disable executive summary build because it is no longer built
2001-06-21 JP Rosevear <jpr@ximian.com>
* Makefile.am: disable executive summary build because it is no
longer built
svn path=/trunk/; revision=10388
Diffstat (limited to 'help')
-rw-r--r-- | help/devel/ChangeLog | 5 | ||||
-rw-r--r-- | help/devel/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/help/devel/ChangeLog b/help/devel/ChangeLog index 8ba6e8182d..4634ba2153 100644 --- a/help/devel/ChangeLog +++ b/help/devel/ChangeLog @@ -1,5 +1,10 @@ 2001-06-21 JP Rosevear <jpr@ximian.com> + * Makefile.am: disable executive summary build because it is no + longer built + +2001-06-21 JP Rosevear <jpr@ximian.com> + * calendar/cal-client/Makefile.am: add new lib 2001-06-21 Peter Williams <peterw@ximian.com> diff --git a/help/devel/Makefile.am b/help/devel/Makefile.am index a832b8ea22..3a24f9a31b 100644 --- a/help/devel/Makefile.am +++ b/help/devel/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = calendar executive-summary +SUBDIRS = calendar # The name of the module, e.g. 'glib'. DOC_MODULE=evolution-devel-guide |