[Po4a-commits] r2334 - in /trunk: Build.PL Makefile

barbier-guest at users.alioth.debian.org barbier-guest at users.alioth.debian.org
Fri Nov 19 23:20:03 UTC 2010


Author: barbier-guest
Date: Fri Nov 19 23:20:03 2010
New Revision: 2334

URL: http://svn.debian.org/wsvn/po4a/?sc=1&rev=2334
Log:
In dist target, move generation of po/bin/po4a.pot from Makefile to Build.PL

Modified:
    trunk/Build.PL
    trunk/Makefile

Modified: trunk/Build.PL
URL: http://svn.debian.org/wsvn/po4a/trunk/Build.PL?rev=2334&op=diff
==============================================================================
--- trunk/Build.PL (original)
+++ trunk/Build.PL Fri Nov 19 23:20:03 2010
@@ -141,6 +141,7 @@
 
 	    $self->depends_on('test');
 	    $self->depends_on('distdir');
+	    $self->depends_on('binpo');
 
 	    system("./share/po4a-build --pot-only -f ./po4a-build.conf") and die;
 

Modified: trunk/Makefile
URL: http://svn.debian.org/wsvn/po4a/trunk/Makefile?rev=2334&op=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Fri Nov 19 23:20:03 2010
@@ -18,7 +18,6 @@
 	$(MAKE) -C po/bin clean
 
 dist: Build
-	$(MAKE) -C po/bin pot
 	@./Build dist
 
 stats: Build




More information about the Po4a-commits mailing list