You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
239 B

  1. # Install GUI translations
  2. include ../libs.linux
  3. TARGETS=cs de es fr hu it ko pl pt ru sl
  4. install: $(TARGETS)
  5. $(KICAD_INTERNAT):
  6. mkdir -p $(KICAD_INTERNAT)
  7. $(TARGETS): $(KICAD_INTERNAT)
  8. cp -R $@ $(KICAD_INTERNAT)
  9. .PHONY: $(TARGETS)