]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - po/Makefile.am
Umount remaining filesystems one by one (using -R) option which helps in cases when...
[projects/rc-scripts.git] / po / Makefile.am
index a8e66e95b9674f98c8d06e3cff0314f46a7aed23..3adbc6428173217e34c387bf4fc4ae8c9044ac99 100644 (file)
@@ -1,11 +1,11 @@
 @SET_MAKE@
 
 
-EXTRA_DIST = @POTFILES@ @PACKAGE@.pot
+EXTRA_DIST = @POTFILES@ @PACKAGE@.pot makepot.pl
 
 POTSRC = @POTSRC@
 
-makepot = $(top_srcdir)/makepot.pl
+makepot = $(top_srcdir)/po/makepot.pl
 
 CATOBJEXT = .gmo
 INSTOBJEXT = .mo
@@ -13,14 +13,14 @@ INSTOBJEXT = .mo
 SUFFIXES = .po .mo .gmo
 
 .po.mo: $(PACKAGE).pot
-       $(MSGFMT) -c -o $@ $<
+       $(MSGFMT) -c --statistics -o $@ $<
 
 .po.gmo: $(PACKAGE).pot
        file=`echo $* | awk ' { gsub(/.*\//,NIL); print $0; } '`.gmo \
-         && rm -f $$file && $(GMSGFMT) -c -o $$file $<
+         && rm -f $$file && $(GMSGFMT) -c --statistics -o $$file $<
 
 $(PACKAGE).pot: Makefile $(POTSRC)
-       $(makepot) $(POTSRC) >$(PACKAGE).po; \
+       LC_ALL=C $(makepot) $(POTSRC) > $(PACKAGE).po
        cmp $(PACKAGE).po $(PACKAGE).pot || \
                mv $(PACKAGE).po $(PACKAGE).pot; \
        rm -f $(PACKAGE).po
This page took 0.048619 seconds and 4 git commands to generate.