mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
bab74078a9
commit includes the various ports festival can work with. Big thanks to Trevor for putting in all the time to port these! PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189 21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197 21198, 21199, 21200, 21201 Submitted by: Trevor Johnson <trevor@jpj.net> Obtained from: NetBSD pkgsrc
26 lines
730 B
Plaintext
26 lines
730 B
Plaintext
$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 ] ; \
|