]> 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 a32235f6484b8f9689a4d630db4260d5aa47e8b1..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
@@ -20,7 +20,7 @@ SUFFIXES = .po .mo .gmo
          && 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.031243 seconds and 4 git commands to generate.