Ticket #60148: patch-Rakefile.diff
File patch-Rakefile.diff, 488 bytes (added by mf2k (Frank Schima), 5 years ago) |
---|
-
Rakefile
old new 437 437 exit 1 438 438 end 439 439 440 runq "xsltproc", t.source, "#{c(:XSLTPROC)} #{c(:XSLTPROC_FLAGS)} - o #{t.name} #{stylesheet} #{t.sources.join(" ")}", :filter_output => filter440 runq "xsltproc", t.source, "#{c(:XSLTPROC)} #{c(:XSLTPROC_FLAGS)} --maxdepth 6000 -o #{t.name} #{stylesheet} #{t.sources.join(" ")}", :filter_output => filter 441 441 end 442 442 443 443 $manpages.each do |manpage|