[Po4a-commits] "po4a Makefile,1.11,1.12"
Neil Williams
codehelp at alioth.debian.org
Thu Jul 29 07:22:11 UTC 2010
Update of /cvsroot/po4a/po4a
In directory alioth:/tmp/cvs-serv1280
Modified Files:
Makefile
Log Message:
Add an explicit update-po target to get around internal use of po/bin which confuses intltool. Update po/bin/*.po with new rule.
Index: Makefile
===================================================================
RCS file: /cvsroot/po4a/po4a/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile 13 Nov 2009 10:46:40 -0000 1.11
+++ Makefile 29 Jul 2010 07:22:07 -0000 1.12
@@ -5,9 +5,12 @@
Build: Build.PL
perl Build.PL
+update-po: Build
+ $(MAKE) -C po/bin update-po
+
install: Build
@./Build install destdir=$(DESTDIR)
- make -C po/bin install DESTDIR=$(DESTDIR)
+ $(MAKE) -C po/bin install DESTDIR=$(DESTDIR)
find $(DESTDIR) -type d -empty -delete
clean: Build
More information about the Po4a-commits
mailing list