Do this everywhere, also fixup CLEANFILES

Do this everywhere, also fixup CLEANFILES

2001-04-14  Michael Meeks  <michael@ximian.com>

	* Makefile.am (dist-hook): remove built sources from dist.

svn path=/trunk/; revision=9309
This commit is contained in:
Michael Meeks
2001-04-14 08:02:59 +00:00
committed by Michael Meeks
parent a5e6e0b5f3
commit 04fac44de1
29 changed files with 29222 additions and 19685 deletions

View File

@ -145,6 +145,9 @@ load_gnomecard_addressbook_LDADD = \
BUILT_SOURCES = $(CORBA_SOURCE)
CLEANFILES += $(BUILT_SOURCES)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)
oafdir = $(datadir)/oaf
oaf_in_files = GNOME_Evolution_Addressbook_GnomeCard_Importer.oaf.in
oaf_DATA = $(oaf_in_files:.oaf.in=.oaf)

View File

@ -50,4 +50,7 @@ libpas_a_SOURCES = \
BUILT_SOURCES = $(CORBA_SOURCE)
CLEANFILES += $(BUILT_SOURCES)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)
EXTRA_DIST = $(LDAP_BACKEND_SOURCES)

View File

@ -81,3 +81,6 @@ EXTRA_DIST = \
BUILT_SOURCES = $(IDL_GENERATED)
CLEANFILES += $(BUILT_SOURCES)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)

View File

@ -82,3 +82,6 @@ client_test_LDADD = \
BUILT_SOURCES = $(CORBA_GENERATED)
CLEANFILES += $(BUILT_SOURCES)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)

View File

@ -157,3 +157,6 @@ endif
BUILT_SOURCES = $(IDL_GENERATED)
CLEANFILES += $(BUILT_SOURCES)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)

View File

@ -42,3 +42,7 @@ libpcs_a_SOURCES = \
BUILT_SOURCES = $(CORBA_GENERATED)
CLEANFILES += $(BUILT_SOURCES)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)

View File

@ -85,5 +85,8 @@ EXTRA_DIST = \
$(IDLS) \
bad-icon.xpm
BUILT_SOURCES = $(IDL_GENERATED)
BUILT_SOURCES = $(IDL_GENERATED) $(HTML_EDITOR_GENERATED)
CLEANFILES += $(BUILT_SOURCES)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)

View File

@ -1,3 +1,7 @@
2001-04-14 Michael Meeks <michael@ximian.com>
* idl/Makefile.am: Remove stale build cruftiness.
2001-04-10 Gediminas Paulauskas <menesis@delfi.lt>
* widgets/e-summary-subwindow.c: added some missing includes.

View File

@ -21,8 +21,6 @@ INCLUDES = \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
-DG_LOG_DOMAIN=\"evolution-executive-summary\"
CLEANFILES = $(COMPOSER_GENERATED)
COMPOSER_GENERATED = \
Composer.h \
Composer-common.c \
@ -86,3 +84,8 @@ evolution-executive-summary.pure: evolution-executive-summary
endif
EXTRA_DIST = $(glade_DATA)
CLEANFILES += $(COMPOSER_GENERATED)
BUILT_SOURCES = $(COMPOSER_GENERATED)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)

View File

@ -53,3 +53,6 @@ libevolution_services_la_LIBADD = \
BUILT_SOURCES = $(IDL_GENERATED)
CLEANFILES += $(BUILT_SOURCES)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)

View File

@ -16,17 +16,8 @@ INCLUDES = \
EXTRA_DIST = $(IDLS)
CLEANFILES = $(IDL_GENERATED)
IDLS = \
IDLS = \
Executive-Summary.idl \
HtmlView.idl \
Summary.idl \
SummaryComponent.idl
IDL_GENERATED = \
Executive-Summary.h \
Executive-Summary-common.c \
Executive-Summary-skels.c \
Executive-Summary-stubs.c
SummaryComponent.idl

View File

@ -183,3 +183,6 @@ endif
BUILT_SOURCES = $(EVOLUTION_MAIL_CORBA_GENERATED)
CLEANFILES += $(BUILT_SOURCES)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)

3962
po/az.po

File diff suppressed because it is too large Load Diff

4188
po/ca.po

File diff suppressed because it is too large Load Diff

4151
po/da.po

File diff suppressed because it is too large Load Diff

1404
po/de.po

File diff suppressed because it is too large Load Diff

8977
po/el.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

851
po/es.po

File diff suppressed because it is too large Load Diff

898
po/fi.po

File diff suppressed because it is too large Load Diff

4270
po/fr.po

File diff suppressed because it is too large Load Diff

3917
po/ga.po

File diff suppressed because it is too large Load Diff

4130
po/gl.po

File diff suppressed because it is too large Load Diff

4197
po/hu.po

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,7 @@
2001-04-14 Michael Meeks <michael@ximian.com>
* Makefile.am (dist-hook): remove built sources from dist.
2001-04-13 Ettore Perazzoli <ettore@ximian.com>
* e-splash.c (impl_destroy): Call the parent class' ::destroy

View File

@ -13,8 +13,6 @@ INCLUDES = \
-DEVOLUTION_GLADEDIR=\"$(datadir)/evolution/glade\" \
-DG_LOG_DOMAIN=\"evolution-shell\"
CLEANFILES = $(IDL_GENERATED)
# CORBA stuff
IDLS = \
@ -162,3 +160,10 @@ evolution.pure: evolution
$(PLINK) $(evolution_LDFLAGS) $(evolution_OBJECTS) $(evolution_LDADD) $(LIBS)
endif
CLEANFILES += $(IDL_GENERATED)
BUILT_SOURCES = $(IDL_GENERATED)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)

View File

@ -55,3 +55,9 @@ gladedir = $(datadir)/evolution/glade
glade_DATA = import.glade
EXTRA_DIST = $(glade_DATA) $(IDLS)
BUILT_SOURCES=$(IDL_GENERATED)
CLEANFILES += $(BUILT_SOURCES)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)

View File

@ -1,3 +1,8 @@
2001-03-13 Michael Meeks <michael@ximian.com>
* evolution-mail.xml: Add a load of commands, sigh, people
do this so brokenly.
2001-04-02 Anders Carlsson <andersca@codefactory.se>
* evolution-mail.xml: Added a space after an attribute to make libxml happy.

View File

@ -14,13 +14,80 @@
<cmd name="MailStop"
pixtype="stock" pixname="Stop"/>
<cmd name="MailCompose"
pixtype="pixbuf" _label="_Compose"/>
<cmd name="MailCompose" pixtype="pixbuf" _label="Compose"/>
<cmd name="PrintMessage" _label="Print message..."
_tip="Print message to the printer"
pixtype="pixbuf" accel="*Control*P"/>
<cmd name="PrintPreviewMessage" _label="Print Preview of message..."
_tip="Previews the message to be printed" pixtype="pixbuf"/>
<cmd name="EditSelectAll" _label="Select All" accel="*Control*a"/>
<cmd name="EditInvertSelection" _label="Invert Selection"
accel="*Control*i"/>
<cmd name="MessageOpenNewWnd" _label="Open in New Window"
_tip="Open the current message in a new window" accel="*Control*o"/>
<cmd name="MessageEdit" _label="Edit Message"
_tip="Edit the current message" pixbuf="pixbuf" accel="*Control*e"/>
<cmd name="MessageSaveAs" _label="_Save Message As..."
_tip="Save the message into a new file"
pixtype="pixbuf" accel="*Control**Alt*s"/>
<cmd name="MessagePrint" _label="Print Message"
_tip="Print the selected message" accel="*Control*p"/>
<cmd name="MessageReplySndr" _label="Reply to sender" pixtype="pixbuf"
accel="*Control*r" _tip="Send a reply to the person who sent you this mail"/>
<cmd name="MessageReplyAll" _label="Reply to all"
pixtype="pixbuf" accel="*Control**Shift*r"
_tip="Send a single mail in reply to all the selected mail"/>
<cmd name="MessageForwardAttached" _label="Forward"
_tip="Forward the selected mail to someone" accel="*Control*j"/>
<cmd name="MessageForwardInlined" _label="Forward inline"
_tip="Forward this message in-line with your mail, so you can edit it"
accel="*Control**Shift*j"/>
<cmd name="MessageMarkAsRead" _label="Mark As Read"
_tip="Mark the selected messages as having been read" accel="*Control*k"/>
<cmd name="MessageMarkAsUnRead" _label="Mark As U_nread"
_tip="Mark the selected messages as not having been read" accel="*Control**Shift*k"/>
<cmd name="MessageMove" _label="Move"
_tip="Move selected messages to another folder" pixtype="pixbuf" accel="*Control*m"/>
<cmd name="MessageCopy" _label="Copy"
_tip="Copy selected messages to another folder" accel="*Control*c"/>
<cmd name="MessageDelete" _label="Delete"
_tip="Delete the selected messages" accel="*Control*d"/>
<cmd name="MessageUndelete" _label="Undelete"
_tip="Un-delete the selected messages" accel="*Control*u"/>
<cmd name="MessageApplyFilters" _label="Apply Filters"
_tip="Apply any new filters to the mail in this box"
accel="*Control*y"/>
<cmd name="FolderExpunge" _label="Expunge"
_tip="Finaly remove all mails tagged for deletion"
accel="*Control*x"/>
<cmd name="FolderConfig" _label="Configure Folder..."
_tip="Change the properties of this folder" pixtype="pixbuf"/>
<cmd name="MailGetSend" pixtype="pixbuf" _tip="Send queued mail
and retrieve new mail"/>
<cmd name="MessageForwardAttached" accel="*Control*f"/>
</commands>
<keybindings>