← Back to team overview

ayatana-commits team mailing list archive

[Branch ~indicator-applet-developers/indicator-applet/applet] Rev 361: Change the installed server files to be the .in.in files instead of the .in files

 

------------------------------------------------------------
revno: 361
committer: Ted Gould <ted@xxxxxxxx>
branch nick: applet
timestamp: Thu 2010-05-27 15:03:36 -0500
message:
  Change the installed server files to be the .in.in files instead of the .in files
modified:
  data/Makefile.am
  po/POTFILES.in


--
lp:indicator-applet
https://code.launchpad.net/~indicator-applet-developers/indicator-applet/applet

Your team ayatana-commits is subscribed to branch lp:indicator-applet.
To unsubscribe from this branch go to https://code.launchpad.net/~indicator-applet-developers/indicator-applet/applet/+edit-subscription
=== modified file 'data/Makefile.am'
--- data/Makefile.am	2010-04-26 15:51:08 +0000
+++ data/Makefile.am	2010-05-27 20:03:36 +0000
@@ -17,6 +17,9 @@
 %.server.in: %.server.in.in
 	sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" -e "s|\@VERSION\@|$(VERSION)|" $< > $@
 
+server_in_in_files = \
+	$(server_in_files:.server.in=.server.in.in)
+
 @INTLTOOL_SERVER_RULE@
 
 
@@ -69,7 +72,7 @@
 
 EXTRA_DIST =					\
 	$(icons_DATA) \
-	$(server_in_files) \
+	$(server_in_in_files) \
 	$(schema_in_files)
 
 MAINTAINERCLEANFILES =				\

=== modified file 'po/POTFILES.in'
--- po/POTFILES.in	2010-04-27 22:02:31 +0000
+++ po/POTFILES.in	2010-05-27 20:03:36 +0000
@@ -1,7 +1,7 @@
 [encoding: UTF-8]
-data/GNOME_IndicatorApplet.server.in
-data/GNOME_IndicatorAppletAppmenu.server.in
-data/GNOME_IndicatorAppletComplete.server.in
-data/GNOME_FastUserSwitchApplet.server.in
+data/GNOME_IndicatorApplet.server.in.in
+data/GNOME_IndicatorAppletAppmenu.server.in.in
+data/GNOME_IndicatorAppletComplete.server.in.in
+data/GNOME_FastUserSwitchApplet.server.in.in
 data/indicator-applet.schemas.in
 src/applet-main.c