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.

32 lines
768 B

  1. From 486b9f924bdf38f5f213feed2631060b44024c11 Mon Sep 17 00:00:00 2001
  2. From: Mathieu Parent <math.parent@gmail.com>
  3. Date: Tue, 27 Oct 2009 23:06:46 +0100
  4. Subject: [PATCH 5/7] Install lang files
  5. ---
  6. pico/Makefile.am | 9 +++++++++
  7. 1 files changed, 9 insertions(+), 0 deletions(-)
  8. diff --git a/pico/Makefile.am b/pico/Makefile.am
  9. index 9151042..8898050 100644
  10. --- a/pico/Makefile.am
  11. +++ b/pico/Makefile.am
  12. @@ -70,6 +70,15 @@ libttspico_la_HEADERS = \
  13. lib/picotrns.h \
  14. lib/picowa.h
  15. +picolangdir = $(datadir)/pico/lang
  16. +picolang_DATA = \
  17. + lang/de-DE*.bin \
  18. + lang/en-GB*.bin \
  19. + lang/en-US*.bin \
  20. + lang/es-ES*.bin \
  21. + lang/fr-FR*.bin \
  22. + lang/it-IT*.bin
  23. +
  24. bin_PROGRAMS = pico2wave
  25. pico2wave_SOURCES = \
  26. bin/pico2wave.c
  27. --
  28. 1.7.1