[gnome-video-effects] do not install the po directory, courtesy of bastien nocera <hadess hadess net>



commit 74b2650bbf9dac74c9b02bff9f1659db4f27a0c1
Author: daniel g. siegel <dgsiegel gnome org>
Date:   Thu Aug 12 12:52:39 2010 +0200

    do not install the po directory, courtesy of bastien nocera <hadess hadess net>
    
    we do not want to install po files, however we still want to
    translate the effect files.

 Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0bbdf4f..24477a8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,6 @@
-SUBDIRS = effects po
+SUBDIRS = effects
+
+DIST_SUBDIRS = $(SUBDIRS) po
 
 EXTRA_DIST = \
 	README \



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