aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/Makefile.am
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2000-12-08 08:00:15 +0800
committerIain Holmes <iain@src.gnome.org>2000-12-08 08:00:15 +0800
commit4a74b1ff15ca5cbc175c8fb98839960f1af494fb (patch)
treeed80ade2d481f5a265c0d9a475be689ace09c8df /executive-summary/Makefile.am
parentadf19f49fbdf0e0e69a6ed80fe0cddaf4f3978d1 (diff)
downloadgsoc2013-evolution-4a74b1ff15ca5cbc175c8fb98839960f1af494fb.tar
gsoc2013-evolution-4a74b1ff15ca5cbc175c8fb98839960f1af494fb.tar.gz
gsoc2013-evolution-4a74b1ff15ca5cbc175c8fb98839960f1af494fb.tar.bz2
gsoc2013-evolution-4a74b1ff15ca5cbc175c8fb98839960f1af494fb.tar.lz
gsoc2013-evolution-4a74b1ff15ca5cbc175c8fb98839960f1af494fb.tar.xz
gsoc2013-evolution-4a74b1ff15ca5cbc175c8fb98839960f1af494fb.tar.zst
gsoc2013-evolution-4a74b1ff15ca5cbc175c8fb98839960f1af494fb.zip
New and improved display,
Bug fixes memory leaks removed Preferences and probably more that I can't remember. svn path=/trunk/; revision=6858
Diffstat (limited to 'executive-summary/Makefile.am')
-rw-r--r--executive-summary/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/executive-summary/Makefile.am b/executive-summary/Makefile.am
index c1996cc419..5d41e71650 100644
--- a/executive-summary/Makefile.am
+++ b/executive-summary/Makefile.am
@@ -3,4 +3,8 @@ SUBDIRS = idl evolution-services component test-service
oafdir = $(datadir)/oaf
oaf_DATA = GNOME_Evolution_Summary.oafinfo
-EXTRA_DIST = $(oaf_DATA)
+htmldir = $(datadir)/evolution
+html_DATA = summary.html
+
+EXTRA_DIST = $(oaf_DATA) /
+ $(html_DATA)