summaryrefslogtreecommitdiff
path: root/lang/gauche/patches/patch-ae
blob: b394495ac3995a4ff8af214876b662c694004a59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#	$NetBSD: patch-ae,v 1.2 2002/10/08 14:36:31 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 @@
 prefix  = @prefix@
 datadir = @datadir@
 mandir  = $(datadir)/man/man1
-infodir = $(datadir)/info
+infodir = @infodir@
 
 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 \