diff options
author | nobody <nobody@localhost> | 2001-07-16 19:29:18 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-07-16 19:29:18 +0800 |
commit | 29818ea40e49f660f2dbb25a1e0e9b260de3f1d7 (patch) | |
tree | 0b8906233912a717d50c36c848d64cdbe0cd923c /executive-summary/Makefile.am | |
parent | 89ddfcd774cd6ec3865d42d827eecc07dbf940d0 (diff) | |
download | gsoc2013-evolution-GAL_0_9_1.tar.gz gsoc2013-evolution-GAL_0_9_1.tar.zst gsoc2013-evolution-GAL_0_9_1.zip |
This commit was manufactured by cvs2svn to create tag 'GAL_0_9_1'.GAL_0_9_1
svn path=/tags/GAL_0_9_1/; revision=11125
Diffstat (limited to 'executive-summary/Makefile.am')
-rw-r--r-- | executive-summary/Makefile.am | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/executive-summary/Makefile.am b/executive-summary/Makefile.am deleted file mode 100644 index 6d9aa83a17..0000000000 --- a/executive-summary/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -SUBDIRS = idl evolution-services component test-service - -oafdir = $(datadir)/oaf -oaf_in_files = GNOME_Evolution_Summary.oaf.in -oaf_DATA = $(oaf_in_files:.oaf.in=.oaf) - -@XML_I18N_MERGE_OAF_RULE@ - -htmldir = $(datadir)/evolution -html_DATA = summary.html - -EXTRA_DIST = $(oaf_in_files) $(oaf_DATA) $(html_DATA) |