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.

27 lines
678 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. --- a/pico/Makefile.am
  9. +++ b/pico/Makefile.am
  10. @@ -70,6 +70,15 @@ libttspico_la_HEADERS = \
  11. lib/picotrns.h \
  12. lib/picowa.h
  13. +picolangdir = $(datadir)/pico/lang
  14. +picolang_DATA = \
  15. + lang/de-DE*.bin \
  16. + lang/en-GB*.bin \
  17. + lang/en-US*.bin \
  18. + lang/es-ES*.bin \
  19. + lang/fr-FR*.bin \
  20. + lang/it-IT*.bin
  21. +
  22. bin_PROGRAMS = pico2wave
  23. pico2wave_SOURCES = \
  24. bin/pico2wave.c