diff options
author | Gediminas Paulauskas <menesis@delfi.lt> | 2001-03-15 11:46:54 +0800 |
---|---|---|
committer | Gediminas Paulauskas <menesis@src.gnome.org> | 2001-03-15 11:46:54 +0800 |
commit | 8391885d18e36b4f6608abd0c2c23bb9d1130828 (patch) | |
tree | 9a4bd1c0a63f33ff2176b29ae98b8ebd70b800e7 /calendar/gui/Makefile.am | |
parent | 99a7cb5c61edb0f1703aa607e79c15ac254c5f86 (diff) | |
download | gsoc2013-evolution-8391885d18e36b4f6608abd0c2c23bb9d1130828.tar.gz gsoc2013-evolution-8391885d18e36b4f6608abd0c2c23bb9d1130828.tar.zst gsoc2013-evolution-8391885d18e36b4f6608abd0c2c23bb9d1130828.zip |
Removed .oafinfo files -- they are obsolete. Moved pixmaps from
2001-03-15 Gediminas Paulauskas <menesis@delfi.lt>
Removed .oafinfo files -- they are obsolete.
Moved pixmaps from calendar/gui/ to art/
Moved evolution.png to art/
Moved evolution.desktop.in to data/
Generate doc/devel/executive-summary/Makefile
svn path=/trunk/; revision=8727
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 7c4a862b15..20e5b35b24 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -138,20 +138,7 @@ oaf_DATA = $(oaf_in_files:.oaf.in=.oaf) EXTRA_DIST = \ $(glade_DATA) \ - bell.xpm \ - check-filled.xpm \ - dayview.xpm \ - jump.xpm \ - monthview.xpm \ - recur.xpm \ - task-assigned-to.xpm \ - task-assigned.xpm \ - task-recurring.xpm \ - task.xpm \ - weekview.xpm \ - workweekview.xpm \ - yearview.xpm \ - $(oaf_in_files) $(oaf_DATA) + $(oaf_in_files) install-data-local: $(mkinstalldirs) $(DESTDIR)$(help_base)/C |