File dont-split-doc.patch of Package sbcl
Origin: debian Forwarded: no Last-Update: 2010 Work around for too long filenames which make dpkg fail --- doc/manual/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/doc/manual/Makefile +++ b/doc/manual/Makefile @@ -89,7 +89,7 @@ pdf: $(PDFFILES) info: $(INFOFILES) %.info: %.texinfo $(DOCFILES) docstrings - $(MAKEINFO) $(I_FLAGS) $< + $(MAKEINFO) --no-split $(I_FLAGS) $< # Texinfo docstring snippets # Note: assumes contrib module names are the same as the names of




