# HG changeset patch # User Rik # Date 1255300071 25200 # Node ID 25e1e368618ca92a9985231ecabe790209b7e1d7 # Parent ebde8880e6bede1e9c6f1c2f4d7a8665d86d3925 Include texmf.cnf in distributed files to fix texinfo runtime error with stack overflow. diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2009-10-11 Rik + + * Makefile.in: Include texmf.cnf in distributed files to fix texinfo + runtime error with stack overflow. + 2009-10-11 Rik * intepreter/Makefile.in: Fix broken command to create octave.dvi diff --git a/doc/Makefile.in b/doc/Makefile.in --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -19,7 +19,7 @@ SOURCES = -DISTFILES = $(addprefix $(srcdir)/, Makefile.in ChangeLog conf.texi.in texinfo.tex) +DISTFILES = $(addprefix $(srcdir)/, Makefile.in conf.texi.in texinfo.tex texmf.cnf ChangeLog) SUBDIRS = faq interpreter liboctave refcard