Commit graph

9 commits

Author SHA1 Message Date
William Hubbs
1f784be891 added support for long command line options 2008-09-03 08:16:54 -05:00
William Hubbs
2bf3b17ffc removed debug flag from cflags 2008-08-16 20:05:19 -05:00
William Hubbs
655894ee2a added queueing support
I have added queueing support so that when we read from the softsynth we
can put the text and commands we have read into a queue.  This will
allow us to retry calling espeak_synth() if we fill espeak's internal
buffer.
2008-08-16 19:48:40 -05:00
William Hubbs
029dd03251 modularize the code
This commit just re-arranges the source so that it is easier to work with.
2008-08-15 00:11:48 -05:00
William Hubbs
4d2f76d6e1 removed makedist
The functionality to create a tarball has been moved into the makefile.
Now it is possible to create a tarball by doing:
make tarball - creates a tarball of the llast tagged version.
make TAG=gittag tarball creates a tarball based on the tag that is given to it.
2008-08-10 12:59:27 -05:00
William Hubbs
b76fada0b6 fixed makefile
The reference to $(PROGRAM) should have been $<.
This is fixed.
2008-08-03 13:48:13 -05:00
William Hubbs
c7bece776d fixed makefile
There was a bug in the makefile which was not installing the binary correctly.
This is now fixed.
2008-08-03 10:35:31 -05:00
William Hubbs
96871c6620 added destdir and prefix to the makefile for packaging. 2008-08-01 22:11:53 -05:00
William Hubbs
4e3bbdb0b0 initial import 2008-07-28 01:23:43 -05:00