diff options
author | Peter Williams <peterw@ximian.com> | 2001-06-26 01:53:08 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-06-26 01:53:08 +0800 |
commit | 3f6224258eba0d842cfdcdad697a8436316480cc (patch) | |
tree | 2688bc754b90b787aa6792ac68bd7858f29dbf2a /help | |
parent | ad9a69f14790f58688b388984989d282b3f55d6a (diff) | |
download | gsoc2013-evolution-3f6224258eba0d842cfdcdad697a8436316480cc.tar gsoc2013-evolution-3f6224258eba0d842cfdcdad697a8436316480cc.tar.gz gsoc2013-evolution-3f6224258eba0d842cfdcdad697a8436316480cc.tar.bz2 gsoc2013-evolution-3f6224258eba0d842cfdcdad697a8436316480cc.tar.lz gsoc2013-evolution-3f6224258eba0d842cfdcdad697a8436316480cc.tar.xz gsoc2013-evolution-3f6224258eba0d842cfdcdad697a8436316480cc.tar.zst gsoc2013-evolution-3f6224258eba0d842cfdcdad697a8436316480cc.zip |
... and comment out more exec summary stuff.
2001-06-25 Peter Williams <peterw@ximian.com>
* Makefile.am: ... and comment out more exec summary stuff.
svn path=/trunk/; revision=10482
Diffstat (limited to 'help')
-rw-r--r-- | help/devel/ChangeLog | 4 | ||||
-rw-r--r-- | help/devel/Makefile.am | 12 |
2 files changed, 10 insertions, 6 deletions
diff --git a/help/devel/ChangeLog b/help/devel/ChangeLog index c95cdd0d83..64b628fe4b 100644 --- a/help/devel/ChangeLog +++ b/help/devel/ChangeLog @@ -1,5 +1,9 @@ 2001-06-25 Peter Williams <peterw@ximian.com> + * Makefile.am: ... and comment out more exec summary stuff. + +2001-06-25 Peter Williams <peterw@ximian.com> + * calendar/cal-util/Makefile.am, calendar/cal-client/Makefile.am: Fix make dist. diff --git a/help/devel/Makefile.am b/help/devel/Makefile.am index f38984555b..daf73c2c4f 100644 --- a/help/devel/Makefile.am +++ b/help/devel/Makefile.am @@ -47,12 +47,12 @@ local_entities = \ calendar/cal-util/sgml/cal-component.sgml \ calendar/cal-util/sgml/cal-recur.sgml \ calendar/cal-util/sgml/cal-util.sgml \ - calendar/cal-util/sgml/timeutil.sgml \ - \ - executive-summary/sgml/executive-summary-component.sgml \ - executive-summary/sgml/executive-summary-component-factory.sgml \ - executive-summary/sgml/executive-summary-component-factory-client.sgml \ - executive-summary/sgml/executive-summary-html-view.sgml + calendar/cal-util/sgml/timeutil.sgml + +# executive-summary/sgml/executive-summary-component.sgml \ +# executive-summary/sgml/executive-summary-component-factory.sgml \ +# executive-summary/sgml/executive-summary-component-factory-client.sgml \ +# executive-summary/sgml/executive-summary-html-view.sgml # importer/sgml/evolution-importer.sgml \ # importer/sgml/evolution-importer-client.sgml |