summaryrefslogtreecommitdiffstats
path: root/package/festival/festival/festival-1.96-beta-doc.patch
blob: 583cf6e56166801434698c66bd4c90ff733f2880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- a/doc/Makefile	2008-04-02 15:13:28.000000000 -0400
+++ b/doc/Makefile	2008-04-02 15:13:09.000000000 -0400
@@ -64,7 +64,7 @@ MANPAGES = festival.head festival.tail \
 FILES=Makefile $(MANPAGES) festival.texi $(SGMLFILES) refcard.tex  $(DOCXXFILES)
 LOCAL_CLEAN = *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr
 
-ALL = festival.1 festival_client.1
+#ALL = festival.1 festival_client.1
 
 include $(TOP)/config/common_make_rules
 include $(EST)/config/rules/doc.mak
@@ -72,9 +72,9 @@ include $(EST)/config/rules/doc.mak
 %.1 : %.head %.options %.tail 
 	cat $^ >$@
 %.options : $(TOP)/src/main/%
-	$(TOP)/bin/$* -man_options >$@
+#	$(TOP)/bin/$* -man_options >$@
 %.options : $(TOP)/src/main/%.exe
-	$(TOP)/bin/$* -man_options >$@
+#	$(TOP)/bin/$* -man_options >$@
 
 festival.info: festival.texi festfunc.texi festvars.texi festfeat.texi
 	@ if [ ! -d info ] ; \