From f47f70aaf339b1c9f6e9d89886566458ed53186e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 10 Mar 2008 00:00:52 +0100 Subject: [PATCH] Explain how to remedy the TeX save_size error. --- ChangeLog | 5 +++++ doc/Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 78f366725..536b4a4b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-09 Bruno Haible + + * doc/Makefile (%.pdf): Explain how to remedy the save_size error. + Report and solution by Simon Josefsson. + 2008-03-06 Bruno Haible Make fflush after ungetc work on BSD platforms. diff --git a/doc/Makefile b/doc/Makefile index dee70925b..989236e39 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -16,7 +16,7 @@ TEXI2HTML = $(MAKEINFO) --no-split --reference-limit=2000 --html LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --no-split --reference-limit=2000 $< %.pdf: %.texi - texi2pdf $< + texi2pdf $< || { if texi2pdf $< 2>/dev/null | grep 'TeX capacity exceeded, sorry \[save size=' > /dev/null; then echo '*** You must increase the save_size in your texmf.cnf file.'; fi; exit 1; } all: info html dvi info: $(doc).info -- 2.11.0