Description: Use local schmooz version to build txi files The generation of the txi files should be done using the copy of schmooz.scm in the source, rather than the on from a previous slib version, that gets installed on the system because scm depends on slib. Author: Ivo De Decker Bug-Debian: http://bugs.debian.org/712322 Forwarded: not-needed --- a/Makefile +++ b/Makefile @@ -222,7 +222,7 @@ $(scheme) < collect.sc $(txifiles): $(txiscms) schmooz.scm - $(scheme) -rschmooz -e'(schmooz "slib.texi")' + $(scheme) -f schmooz.scm -e'(schmooz "slib.texi")' dvi: slib.dvi slib.dvi: version.txi slib.texi $(txifiles) $(texifiles)