diff options
Diffstat (limited to 'executive-summary/Makefile.am')
-rw-r--r-- | executive-summary/Makefile.am | 6 |
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) |