diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /audio/festival+OGI/files/patch-ab | |
parent | Fix compilation problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes:
svn path=/head/; revision=47856
svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'audio/festival+OGI/files/patch-ab')
-rw-r--r-- | audio/festival+OGI/files/patch-ab | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/audio/festival+OGI/files/patch-ab b/audio/festival+OGI/files/patch-ab deleted file mode 100644 index e8e939e1f994..000000000000 --- a/audio/festival+OGI/files/patch-ab +++ /dev/null @@ -1,25 +0,0 @@ -$NetBSD: patch-ab,v 1.2 1999/10/11 14:13:49 proff Exp $ - ---- festival/doc/Makefile Thu Jun 17 20:29:54 1999 -+++ festival/doc/Makefile Mon Oct 11 06:06:35 1999 -@@ -44,7 +44,7 @@ - - EXAMPLE_TO_DOCUMENT= - --FESTIVAL=$(TOP)/bin/festival --libdir $(TOP)/lib -+FESTIVAL=$(TOP)/src/main/festival --libdir $(TOP)/lib - - # Include some of EST documentation. - DOCXX_EXTRA_FILES = -@@ -72,9 +72,9 @@ - %.1 : %.head %.options %.tail - cat $^ >$@ - %.options : $(TOP)/src/main/% -- $(TOP)/bin/$* -man_options >$@ -+ $(FESTIVAL)$* -man_options >$@ - %.options : $(TOP)/src/main/%.exe -- $(TOP)/bin/$* -man_options >$@ -+ $(FESTIVAL)$* -man_options >$@ - - festival.info: festival.texi festfunc.texi festvars.texi festfeat.texi - @ if [ ! -d info ] ; \ |