diff options
author | Dan Winship <danw@src.gnome.org> | 2000-12-13 07:08:03 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-12-13 07:08:03 +0800 |
commit | 3049aae2f7c347f2ff7c4fa1a6274278ef2cc1c3 (patch) | |
tree | da5dee31ad662acdfad9a14d7110149a0e664480 | |
parent | a0cef09a6f7c0dcfba2f212f2ee440f6a733392f (diff) | |
download | gsoc2013-evolution-3049aae2f7c347f2ff7c4fa1a6274278ef2cc1c3.tar gsoc2013-evolution-3049aae2f7c347f2ff7c4fa1a6274278ef2cc1c3.tar.gz gsoc2013-evolution-3049aae2f7c347f2ff7c4fa1a6274278ef2cc1c3.tar.bz2 gsoc2013-evolution-3049aae2f7c347f2ff7c4fa1a6274278ef2cc1c3.tar.lz gsoc2013-evolution-3049aae2f7c347f2ff7c4fa1a6274278ef2cc1c3.tar.xz gsoc2013-evolution-3049aae2f7c347f2ff7c4fa1a6274278ef2cc1c3.tar.zst gsoc2013-evolution-3049aae2f7c347f2ff7c4fa1a6274278ef2cc1c3.zip |
Add stuff. (From campd.)
* Makefile.am (EXTRA_DIST): Add stuff. (From campd.)
svn path=/trunk/; revision=6950
-rw-r--r-- | executive-summary/ChangeLog | 4 | ||||
-rw-r--r-- | executive-summary/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index afd46b1ba4..76009eb9e0 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,7 @@ +2000-12-12 Dan Winship <danw@helixcode.com> + + * Makefile.am (EXTRA_DIST): Add stuff. (From campd.) + 2000-12-11 Iain Holmes <iain@helixcode.com> * evolution-services/executive-summary-html-view.h: Add a define diff --git a/executive-summary/Makefile.am b/executive-summary/Makefile.am index 98ef042d60..cd37422535 100644 --- a/executive-summary/Makefile.am +++ b/executive-summary/Makefile.am @@ -6,3 +6,4 @@ oaf_DATA = GNOME_Evolution_Summary.oafinfo htmldir = $(datadir)/evolution html_DATA = summary.html +EXTRA_DIST = $(oaf_DATA) $(html_DATA) |