#../src/gosh -q -I../src -I../lib ./extract -en -o gauche-refe.texi ./gauche-ref.texi
if test Xmakeinfo != X -a Xgzip != X; then \
env LANG=C makeinfo --no-warn gauche-refe.texi; \
rm -rf gauche-refe.info*.gz; \
gzip gauche-refe.info gauche-refe.info-[0-9]*; \
fi
gauche-refe.texi:538: @xref reference to nonexistent node `Comparison and sorting'
gzip: gauche-refe.info: No such file or directory
gzip: gauche-refe.info-[0-9]*: No such file or directory
#maintainercleanしても出ます。
#妙だな。今現在のHEADですよね?
#docの下で grep 'Comparison and sorting' *.texi すると何が出ますか? (何も出ないのが正常)
#HEADで同じエラーが再現しました。src/srfis.scmに@xref{Comparison and sorting}が残っています。
#diff --git a/src/srfis.scm b/src/srfis.scm
index 28ffafd..dfd5917 100644
--- a/src/srfis.scm
+++ b/src/srfis.scm
@@ -533,10 +533,10 @@ 組込みです。@ref{Conditionals}参照。
srfi-95
Sorting and merging
-Supported natively. @xref{Comparison and sorting}.
+Supported natively. @xref{Sorting and merging}.
ソートとマージ
-組み込みです。@ref{Comparison and sorting}参照。
+組み込みです。@ref{Sorting and merging}参照。
srfi-98, srfi-98