Makefile.am 295 B

1234567891011
  1. ## Process this file with automake to produce Makefile.in
  2. # po4a must be the first sub-directory because it generates the translations.
  3. SUBDIRS = C po4a 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