aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/712322_use_local_schmooz.patch
blob: 54a32b77f4d5907afc4a6228e91a3e2b8e428f33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 <ivodd@debian.org>
Bug-Debian: http://bugs.debian.org/712322
Forwarded: not-needed

Index: slib/Makefile
===================================================================
--- slib.orig/Makefile
+++ slib/Makefile
@@ -222,7 +222,7 @@ collectx.scm: collect.scm macwork.scm co
 	$(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)