diff options
Diffstat (limited to 'lang/gauche/patches/patch-ae')
-rw-r--r-- | lang/gauche/patches/patch-ae | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/lang/gauche/patches/patch-ae b/lang/gauche/patches/patch-ae index b394495ac39..d2e6138f75a 100644 --- a/lang/gauche/patches/patch-ae +++ b/lang/gauche/patches/patch-ae @@ -1,4 +1,4 @@ -# $NetBSD: patch-ae,v 1.2 2002/10/08 14:36:31 minoura Exp $ +# $NetBSD: patch-ae,v 1.3 2002/10/12 13:52:07 minoura Exp $ --- doc/Makefile.in.orig Sun Sep 8 04:25:49 2002 +++ doc/Makefile.in Tue Oct 1 06:17:22 2002 @@ -12,7 +12,7 @@ @@ -10,21 +10,3 @@ all: info -@@ -63,7 +63,7 @@ - texi2pdf gauche-refe.texi - - gauche-refe.texi : gauche-ref.texi extract -- gosh ./extract -en -o gauche-refe.texi gauche-ref.texi -+ $(GOSH) ./extract -en -o gauche-refe.texi gauche-ref.texi - - gauche-refe.info.gz : gauche-refe.texi - if test X$(MAKEINFO) != X -a X$(GZIP_PROGRAM) != X; then \ -@@ -85,7 +85,7 @@ - texi2pdf gauche-refj.texi - - gauche-refj.texi : gauche-ref.texi extract -- gosh ./extract -jp -o gauche-refj.texi gauche-ref.texi -+ $(GOSH) ./extract -jp -o gauche-refj.texi gauche-ref.texi - - gauche-refj.info.gz : gauche-refj.texi - if test X$(MAKEINFO) != X -a X$(GZIP_PROGRAM) != X; then \ |