mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
@@ -0,0 +1,32 @@
|
||||
From 486b9f924bdf38f5f213feed2631060b44024c11 Mon Sep 17 00:00:00 2001
|
||||
From: Mathieu Parent <math.parent@gmail.com>
|
||||
Date: Tue, 27 Oct 2009 23:06:46 +0100
|
||||
Subject: [PATCH 5/7] Install lang files
|
||||
|
||||
---
|
||||
pico/Makefile.am | 9 +++++++++
|
||||
1 files changed, 9 insertions(+), 0 deletions(-)
|
||||
|
||||
diff --git a/pico/Makefile.am b/pico/Makefile.am
|
||||
index 9151042..8898050 100644
|
||||
--- a/pico/Makefile.am
|
||||
+++ b/pico/Makefile.am
|
||||
@@ -70,6 +70,15 @@ libttspico_la_HEADERS = \
|
||||
lib/picotrns.h \
|
||||
lib/picowa.h
|
||||
|
||||
+picolangdir = $(datadir)/pico/lang
|
||||
+picolang_DATA = \
|
||||
+ lang/de-DE*.bin \
|
||||
+ lang/en-GB*.bin \
|
||||
+ lang/en-US*.bin \
|
||||
+ lang/es-ES*.bin \
|
||||
+ lang/fr-FR*.bin \
|
||||
+ lang/it-IT*.bin
|
||||
+
|
||||
bin_PROGRAMS = pico2wave
|
||||
pico2wave_SOURCES = \
|
||||
bin/pico2wave.c
|
||||
--
|
||||
1.7.1
|
||||
|
||||
Reference in New Issue
Block a user