diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-12-09 01:52:28 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-12-09 01:52:28 +0800 |
commit | d0aff6462a59e6e60f01e1db75ce7d45d94f99fa (patch) | |
tree | 0825c0c5b2401b10e2849ec2b736dcadc0633bb0 /executive-summary | |
parent | e2b2aeceea77dd255025b0ecceba8d72f0278533 (diff) | |
download | gsoc2013-evolution-d0aff6462a59e6e60f01e1db75ce7d45d94f99fa.tar gsoc2013-evolution-d0aff6462a59e6e60f01e1db75ce7d45d94f99fa.tar.gz gsoc2013-evolution-d0aff6462a59e6e60f01e1db75ce7d45d94f99fa.tar.bz2 gsoc2013-evolution-d0aff6462a59e6e60f01e1db75ce7d45d94f99fa.tar.lz gsoc2013-evolution-d0aff6462a59e6e60f01e1db75ce7d45d94f99fa.tar.xz gsoc2013-evolution-d0aff6462a59e6e60f01e1db75ce7d45d94f99fa.tar.zst gsoc2013-evolution-d0aff6462a59e6e60f01e1db75ce7d45d94f99fa.zip |
Remove test3 from build until the files show up
2000-12-08 JP Rosevear <jpr@helixcode.com>
* tests/message/Makefile.am: Remove test3 from build until the files
show up
2000-12-08 JP Rosevear <jpr@helixcode.com>
* Makefile.am: Remove files from extra_dist since they are already
listed
svn path=/trunk/; revision=6861
Diffstat (limited to 'executive-summary')
-rw-r--r-- | executive-summary/ChangeLog | 5 | ||||
-rw-r--r-- | executive-summary/Makefile.am | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index dca7a33b6a..944be43c87 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,8 @@ +2000-12-08 JP Rosevear <jpr@helixcode.com> + + * Makefile.am: Remove files from extra_dist since they are already + listed + 2000-12-07 Iain Holmes <iain@helixcode.com> * summary.html: Prettier HTML summary. diff --git a/executive-summary/Makefile.am b/executive-summary/Makefile.am index 5d41e71650..98ef042d60 100644 --- a/executive-summary/Makefile.am +++ b/executive-summary/Makefile.am @@ -6,5 +6,3 @@ oaf_DATA = GNOME_Evolution_Summary.oafinfo htmldir = $(datadir)/evolution html_DATA = summary.html -EXTRA_DIST = $(oaf_DATA) / - $(html_DATA) |