$NetBSD: patch-ac,v 1.1.1.1 1999/04/04 19:32:34 proff Exp $

diff -u -r /tmp/festival/doc/Makefile work/festival/doc/Makefile
--- /tmp/festival/doc/Makefile	Mon Jan 25 18:31:38 1999
+++ festival/doc/Makefile	Wed Mar 10 06:59:12 1999
@@ -29,7 +29,7 @@
 TOP=..
 DIRNAME=doc
 
-FESTIVAL=$(TOP)/bin/festival --libdir $(TOP)/lib
+FESTIVAL=$(TOP)/src/main/festival --libdir $(TOP)/lib
 
 # Include some of EST documentation.
 DOCXX_EXTRA_FILES = $(EST)/include/EST_Stream.h
@@ -52,7 +52,7 @@
 %.1 : %.head %.options %.tail 
 	cat $^ >$@
 %.options : $(TOP)/src/main/%
-	$(TOP)/bin/$* -man_options >$@
+	$(FESTIVAL)$* -man_options >$@
 
 festival.info: festival.texi festfunc.texi festvars.texi festfeat.texi
 	makeinfo festival.texi
