[Xfce4-commits] <mousepad:master> * mousepad/Makefile.am: Use the new exo-csource --strip-comments and --strip-content arguments.

Nick Schermer noreply at xfce.org
Sat May 5 21:30:38 CEST 2012


Updating branch refs/heads/master
         to 0f9ccf029632a9bb61f393243c1153fb58dd5793 (commit)
       from b408c7b5f735db6c91e3381953e6c5cfca967901 (commit)

commit 0f9ccf029632a9bb61f393243c1153fb58dd5793
Author: Nick Schermer <nick at xfce.org>
Date:   Sun May 20 12:13:07 2007 +0000

    	* mousepad/Makefile.am: Use the new exo-csource
    	  --strip-comments and --strip-content arguments.
    
    (Old svn revision: 25729)

 ChangeLog            |    5 +++++
 mousepad/Makefile.am |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 51a7ff2..66929ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/mousepad/Makefile.am b/mousepad/Makefile.am
index 9ec9015..68f49f9 100644
--- a/mousepad/Makefile.am
+++ b/mousepad/Makefile.am
@@ -116,7 +116,7 @@ mousepad-dbus-infos.h: $(srcdir)/mousepad-dbus-infos.xml Makefile
 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