rules. Quality free Czech diphone database. Primary goal is for speech system Festival but it's not limited on it. Sources, sound files and boundaries are available so it can be used in other free speech synthetizer systems too. WWW: http://www.freebsoft.org/festival-czech PR: ports/119044 Submitted by: Frantisek Dvorak <valtri@civ.zcu.cz>
14 lines
380 B
Text
14 lines
380 B
Text
--- Makefile.orig Wed Jun 21 09:32:07 2006
|
|
+++ Makefile Wed Dec 26 16:42:28 2007
|
|
@@ -36,10 +36,9 @@
|
|
all: czech-lexicon.out
|
|
|
|
%.out: %.scm
|
|
- festival --batch '(lex.compile "$<" "$@")'
|
|
+ echo '(lex.compile "$<" "$@")' | festival
|
|
|
|
install: all
|
|
- $(INSTALL_PROGRAM) -m 644 $(distfiles) $(festival_path)/
|
|
|
|
install-strip:
|
|
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
|