Makefile.am 283 B

1234567891011
  1. ## Process this file with automake to produce Makefile.in
  2. # C must be the first sub-directory because it contains the POT files.
  3. SUBDIRS = C de es fr hu ja pl pt_BR ru sv
  4. .PHONY: updatepo
  5. updatepo:
  6. list='$(SUBDIRS)'; for dir in $$list; do \
  7. $(MAKE) -C "$$dir" updatepo; \
  8. done