commit b82c87d8d8592c8e614e88868093d5b046dbf69d
Author: Daniele Forsi <dani...@forsi.it>
Date:   Tue Jul 26 18:55:18 2011 +0200

    Fix make distcheck

 generate-ChangeLog.sh |    1 -
 plugins/plugins.mk    |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/generate-ChangeLog.sh b/generate-ChangeLog.sh
index 39a6db9..545883f 100755
--- a/generate-ChangeLog.sh
+++ b/generate-ChangeLog.sh
@@ -15,7 +15,6 @@ if [ -f ${distdir}/ChangeLog ]; then
        chmod u+w ${distdir}/ChangeLog
 fi
 
-cd ${top_srcdir}
 git log --date-order --date=short | \
        sed -e '/^commit.*$/d' | \
        awk '/^Author/ {sub(/\\$/,""); getline t; print $0 t; next}; 1' | \
diff --git a/plugins/plugins.mk b/plugins/plugins.mk
index b7e920a..40fb269 100644
--- a/plugins/plugins.mk
+++ b/plugins/plugins.mk
@@ -84,5 +84,5 @@ PO_FILES=\
 
 # Create plugin description file with translations
 build-plugin-file: $(INTLTOOL_MERGE) $(PO_FILES)
-       $(INTLTOOL_MERGE) $(top_srcdir)/po $(plugin_name).plugin.in 
$(plugin_name).plugin -d -u -c $(top_builddir)/po/.intltool-merge-cache
+       $(INTLTOOL_MERGE) $(top_srcdir)/po $(srcdir)/$(plugin_name).plugin.in 
$(plugin_name).plugin -d -u -c $(top_builddir)/po/.intltool-merge-cache
 

------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to