[evolution-patches] editore makefile.am tweaks.



This uses implicit rules to generate the .server file.

--Larry
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gtkhtml/components/html-editor/ChangeLog,v
retrieving revision 1.407
diff -u -p -r1.407 ChangeLog
--- ChangeLog	5 Jun 2003 21:32:32 -0000	1.407
+++ ChangeLog	13 Jun 2003 16:44:31 -0000
@@ -1,3 +1,7 @@
+2003-06-13  Larry Ewing  <lewing ximian com>
+
+	* Makefile.am: Use imlcit rules to generate the .server files. 
+
 2003-06-05  Radek Doulik  <rodo ximian com>
 
 	* GNOME_GtkHTML_Editor.xml.in: changed increase/decrease indent
Index: Makefile.am
===================================================================
RCS file: /cvs/gnome/gtkhtml/components/html-editor/Makefile.am,v
retrieving revision 1.87
diff -u -p -r1.87 Makefile.am
--- Makefile.am	2 Jun 2003 18:45:14 -0000	1.87
+++ Makefile.am	13 Jun 2003 16:44:31 -0000
@@ -156,7 +156,7 @@ serverdir = $(libdir)/bonobo/servers
 server_in_files = GNOME_GtkHTML_Editor.server.in.in
 
 server_DATA = $(server_in_files:.server.in.in=.server)
-$(server_in_files:.server.in.in=.server.in): $(server_in_files) Makefile
+%.server.in: %.server.in.in Makefile
 	sed -e "s|\ GNOME_GTKHTML_EDITOR_LOCATION\@|$(location)|g" \
 	-e "s|\ EDITOR_API_VERSION\@|$(EDITOR_API_VERSION)|g" \
 	-e "s|\ GNOME_GTKHTML_EDITOR_TYPE\@|$(GNOME_GTKHTML_EDITOR_TYPE)|g" $< > $@
@@ -194,8 +194,6 @@ idldir = $(gtkhtml_data)
 idl_DATA = $(IDLS)
 
 CLEANFILES = \
-	GNOME_GtkHTML_Editor.server		\
-	GNOME_GtkHTML_Editor.server.in		\
 	GNOME_GtkHTML_Editor.xml		\
 	$(IDL_GENERATED)			\
 	$(SPELL_IDL_GENERATED) 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]