+2008-03-09 Bruno Haible <bruno@clisp.org>
+
+ * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
+ Report and solution by Simon Josefsson.
+
2008-03-06 Bruno Haible <bruno@clisp.org>
Make fflush after ungetc work on BSD platforms.
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