[Xfce4-commits] r25729 - in mousepad/branches/nick_0_3: . mousepad

Nick Schermer nick at xfce.org
Sun May 20 14:13:07 CEST 2007


Author: nick
Date: 2007-05-20 12:13:07 +0000 (Sun, 20 May 2007)
New Revision: 25729

Modified:
   mousepad/branches/nick_0_3/ChangeLog
   mousepad/branches/nick_0_3/mousepad/Makefile.am
Log:
	* mousepad/Makefile.am: Use the new exo-csource
	  --strip-comments and --strip-content arguments.

Modified: mousepad/branches/nick_0_3/ChangeLog
===================================================================
--- mousepad/branches/nick_0_3/ChangeLog	2007-05-20 11:50:08 UTC (rev 25728)
+++ mousepad/branches/nick_0_3/ChangeLog	2007-05-20 12:13:07 UTC (rev 25729)
@@ -1,4 +1,9 @@
 2007-05-20	Nick Schermer <nick at xfce.org>
+	* mousepad/Makefile.am: Use the new exo-csource
+	  --strip-comments and --strip-content arguments.
+
+
+2007-05-20	Nick Schermer <nick at xfce.org>
 	* mousepad/mousepad-view.c: Initialize variables, so gcc is
 	  happy.
 	* README: Add some lines.

Modified: mousepad/branches/nick_0_3/mousepad/Makefile.am
===================================================================
--- mousepad/branches/nick_0_3/mousepad/Makefile.am	2007-05-20 11:50:08 UTC (rev 25728)
+++ mousepad/branches/nick_0_3/mousepad/Makefile.am	2007-05-20 12:13:07 UTC (rev 25729)
@@ -116,7 +116,7 @@
 endif
 
 mousepad-window-ui.h: Makefile $(srcdir)/mousepad-window-ui.xml
-	exo-csource --static --name=mousepad_window_ui $(srcdir)/mousepad-window-ui.xml > mousepad-window-ui.h
+	exo-csource --strip-comments --strip-content --static --name=mousepad_window_ui $(srcdir)/mousepad-window-ui.xml > mousepad-window-ui.h
 
 mousepad-enum-types.h: stamp-mousepad-enum-types.h
 	@true



More information about the Xfce4-commits mailing list