From: Gunter K. <gu...@pe...> - 2023-07-09 06:44:33
|
...and another one: @@ -673,8 <https://repo.or.cz/maxima/cygwin.git/blob/4e7d91c83562c5464f272ce0eb921f8d396a7281?f=doc/info/Makefile.am#l673> +673,8 <https://repo.or.cz/maxima/cygwin.git/blob/fc669b159de52caf91a2b4a007ffc4f636a3c3d4:/doc/info/Makefile.am#l673> @@ all-local: html maxima.info maxima-index.lisp maxima-index-html.lisp infoname = maxima include $(top_srcdir)/common-info.mk maxima.info : maxima.texi $(maxima_TEXINFOS) - $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \ - --split-size=1000000 $(srcdir)/maxima.texi + -$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \ + --no-split $(srcdir)/maxima.texi Is it necessary to add that --no-split? Kind regards, Gunter. On 26.06.23 17:45, ASSI wrote: > Viktor T. Toth writes: >> I just finished preparing the 5.47.0 release. Hopefully, no major >> glitches beyond the ones I caught, related to building the >> documentation. But please let me know if you run into any issues. > I still keep a bunch of fixes related to out-of-tree building for Cygwin > here: > > https://repo.or.cz/maxima/cygwin.git/shortlog/refs/heads/cygwin-5_47 > > I can't rule out these are not suitable on different systems, but most > of it should be safe and I would encourage you to integrate them. > > > Regards, > Achim. |