[gedit] No need to keep the uncompressed taglists around



commit 3165df90e206f6cf4f7521087692419e59d6d7a8
Author: Paolo Borelli <pborelli gnome org>
Date:   Sat Aug 15 12:36:00 2009 +0200

    No need to keep the uncompressed taglists around

 plugins/taglist/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/taglist/Makefile.am b/plugins/taglist/Makefile.am
index 33e3cf8..ba606d1 100644
--- a/plugins/taglist/Makefile.am
+++ b/plugins/taglist/Makefile.am
@@ -39,7 +39,7 @@ GZIP_ENV = -9
 
 %.tags.gz: %.tags.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po)
 	LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $(@:.gz=) -x -u -c $(top_builddir)/po/.intltool-merge-cache
-	GZIP=$(GZIP_ENV) gzip -c $(@:.gz=) >$@
+	GZIP=$(GZIP_ENV) gzip $(@:.gz=)
 
 plugin_DATA = $(plugin_in_files:.gedit-plugin.desktop.in=.gedit-plugin)
 



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