summaryrefslogtreecommitdiff
path: root/lang/gauche/files
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gauche/files')
-rw-r--r--lang/gauche/files/patch-doc-Makefile.in27
-rw-r--r--lang/gauche/files/patch-doc-gauche-refe.texi10
-rw-r--r--lang/gauche/files/patch-doc-gauche-refj.texi13
-rw-r--r--lang/gauche/files/patch-lib-gauche-interactive-info.scm14
4 files changed, 25 insertions, 39 deletions
diff --git a/lang/gauche/files/patch-doc-Makefile.in b/lang/gauche/files/patch-doc-Makefile.in
index 0aad1151667b..2216fdecd6da 100644
--- a/lang/gauche/files/patch-doc-Makefile.in
+++ b/lang/gauche/files/patch-doc-Makefile.in
@@ -1,14 +1,5 @@
---- doc/Makefile.in.orig Sun Sep 8 12:25:49 2002
-+++ doc/Makefile.in Mon Sep 23 23:24:03 2002
-@@ -22,7 +22,7 @@
- $(INSTALL) -m 444 $$m $(mandir)/; \
- done
- if test ! -d $(infodir); then $(INSTALL) -d $(infodir); fi
-- if test -f gauche-refe.info.gz -o -f gauche-refj.info.gz; then \
-+ if test -f gauche-refe.info -o -f gauche-refj.info; then \
- for info in *.info*; do \
- $(INSTALL) -m 444 $$info $(infodir)/; \
- done; \
+--- doc/Makefile.in.orig Tue Oct 15 05:28:00 2002
++++ doc/Makefile.in Tue Nov 19 07:46:49 2002
@@ -48,7 +48,7 @@
pdf : gauche-refe.pdf
@@ -24,12 +15,11 @@
-gauche-refe.info.gz : gauche-refe.texi
- if test X$(MAKEINFO) != X -a X$(GZIP_PROGRAM) != X; then \
-- $(MAKEINFO) --no-warn gauche-refe.texi; \
++gauche-refe.info : gauche-refe.texi
++ if test X$(MAKEINFO); then \
+ $(MAKEINFO) --no-warn gauche-refe.texi; \
- rm -rf gauche-refe.info*.gz; \
- $(GZIP_PROGRAM) gauche-refe.info gauche-refe.info-[0-9]*; \
-+gauche-refe.info : gauche-refe.texi
-+ if test X$(MAKEINFO) != X ; then \
-+ $(MAKEINFO) --no-split --no-warn gauche-refe.texi; \
fi
gauche-refj.html : gauche-refj.texi
@@ -39,12 +29,11 @@
-gauche-refj.info.gz : gauche-refj.texi
- if test X$(MAKEINFO) != X -a X$(GZIP_PROGRAM) != X; then \
-- $(MAKEINFO) --no-warn gauche-refj.texi; \
++gauche-refj.info : gauche-refj.texi
++ if test X$(MAKEINFO) != X; then \
+ $(MAKEINFO) --no-warn gauche-refj.texi; \
- rm -rf gauche-refj.info*.gz; \
- $(GZIP_PROGRAM) gauche-refj.info gauche-refj.info-[0-9]*; \
-+gauche-refj.info : gauche-refj.texi
-+ if test X$(MAKEINFO) != X ; then \
-+ $(MAKEINFO) --no-split --no-warn gauche-refj.texi; \
fi
clean:
diff --git a/lang/gauche/files/patch-doc-gauche-refe.texi b/lang/gauche/files/patch-doc-gauche-refe.texi
index 071be8553da6..c0e8e663ac23 100644
--- a/lang/gauche/files/patch-doc-gauche-refe.texi
+++ b/lang/gauche/files/patch-doc-gauche-refe.texi
@@ -1,6 +1,8 @@
---- doc/gauche-refe.texi.orig Tue Sep 3 09:36:37 2002
-+++ doc/gauche-refe.texi Tue Sep 10 01:08:58 2002
-@@ -8,2 +8,10 @@
+--- doc/gauche-refe.texi.orig Tue Nov 19 07:40:33 2002
++++ doc/gauche-refe.texi Tue Nov 19 07:43:00 2002
+@@ -10,6 +10,14 @@
+
+ @c $Id: gauche-ref.texi,v 1.304 2002/11/15 04:27:06 shirok Exp $
+@ifinfo
+@format
@@ -11,3 +13,5 @@
+@end ifinfo
+
@c module and class index
+ @defcodeindex md
+ @defcodeindex cl
diff --git a/lang/gauche/files/patch-doc-gauche-refj.texi b/lang/gauche/files/patch-doc-gauche-refj.texi
index 494d7a5ff7da..ed295ef3a7d2 100644
--- a/lang/gauche/files/patch-doc-gauche-refj.texi
+++ b/lang/gauche/files/patch-doc-gauche-refj.texi
@@ -1,6 +1,8 @@
---- doc/gauche-refj.texi.orig Tue Sep 3 09:36:47 2002
-+++ doc/gauche-refj.texi Tue Sep 10 01:08:59 2002
-@@ -8,2 +8,10 @@
+--- doc/gauche-refj.texi.orig Tue Nov 19 07:45:01 2002
++++ doc/gauche-refj.texi Tue Nov 19 07:45:43 2002
+@@ -10,6 +10,17 @@
+
+ @c $Id: gauche-ref.texi,v 1.304 2002/11/15 04:27:06 shirok Exp $
+@ifinfo
+@format
@@ -10,4 +12,9 @@
+@end format
+@end ifinfo
+
++@c module and class index
++
++
@c module and class index
+ @defcodeindex md
+ @defcodeindex cl
diff --git a/lang/gauche/files/patch-lib-gauche-interactive-info.scm b/lang/gauche/files/patch-lib-gauche-interactive-info.scm
deleted file mode 100644
index 450001270884..000000000000
--- a/lang/gauche/files/patch-lib-gauche-interactive-info.scm
+++ /dev/null
@@ -1,14 +0,0 @@
---- lib/gauche/interactive/info.scm.orig Fri Jul 12 15:57:01 2002
-+++ lib/gauche/interactive/info.scm Thu Oct 24 11:28:44 2002
-@@ -61,9 +61,9 @@
- (else '())))
- (instpath
- (let1 pathcomps (string-split (gauche-library-directory) #\/)
-- (if (> (length pathcomps) 3)
-+ (if (> (length pathcomps) 4)
- (list (apply build-path
-- (append (drop-right pathcomps 3) '("info"))))
-+ (append (drop-right pathcomps 4) '("info"))))
- '())))
- (in-place (list "../doc")))
- (append syspath instpath in-place)))