--- 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 ] ; \